[46935] trunk/dports/sysutils/zmq/Portfile

brett at macports.org brett at macports.org
Tue Feb 17 19:36:38 PST 2009


Revision: 46935
          http://trac.macports.org/changeset/46935
Author:   brett at macports.org
Date:     2009-02-17 19:36:37 -0800 (Tue, 17 Feb 2009)
Log Message:
-----------
cleanup: build clib default, fix copy paste error

Modified Paths:
--------------
    trunk/dports/sysutils/zmq/Portfile

Modified: trunk/dports/sysutils/zmq/Portfile
===================================================================
--- trunk/dports/sysutils/zmq/Portfile	2009-02-18 01:52:31 UTC (rev 46934)
+++ trunk/dports/sysutils/zmq/Portfile	2009-02-18 03:36:37 UTC (rev 46935)
@@ -14,12 +14,9 @@
 homepage                http://www.zeromq.org/
 master_sites            http://www.zeromq.org/local--files/area:download/
 checksums               sha1 2059e2118b357a491415eca4f2b8e0414466655d
-configure.args          --mandir=${prefix}/share/man
+configure.args          --mandir=${prefix}/share/man \
+                        --with-c
 
-variant c description {build c language binding} {
-    configure.args-append   --with-c
-}
-
 variant python description {build Python language binding} {
     configure.args-append   --with-python
 }
@@ -30,5 +27,5 @@
 }
 
 variant amqp description {build libzmq with AMQP extension} {
-    configure.args-append   --with-c
+    configure.args-append   --with-amqp
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090217/aac45f4d/attachment.html>


More information about the macports-changes mailing list