[101431] trunk/dports/mail/gnupg/Portfile

blair at macports.org blair at macports.org
Thu Jan 10 15:39:03 PST 2013


Revision: 101431
          https://trac.macports.org/changeset/101431
Author:   blair at macports.org
Date:     2013-01-10 15:39:02 -0800 (Thu, 10 Jan 2013)
Log Message:
-----------
gnupg: depend upon curl since it'll use it if it's installed at build time.

Modified Paths:
--------------
    trunk/dports/mail/gnupg/Portfile

Modified: trunk/dports/mail/gnupg/Portfile
===================================================================
--- trunk/dports/mail/gnupg/Portfile	2013-01-10 23:07:32 UTC (rev 101430)
+++ trunk/dports/mail/gnupg/Portfile	2013-01-10 23:39:02 UTC (rev 101431)
@@ -5,6 +5,7 @@
 
 name            gnupg
 version         1.4.13
+revision        1
 categories      mail security
 license         GPL-3+
 installs_libs   no
@@ -32,7 +33,8 @@
                 --with-zlib=${prefix} \
                 --with-bzip2=${prefix} \
                 --with-libusb=${prefix} \
-                --with-ldap=${prefix}
+                --with-ldap=${prefix} \
+                --with-libcurl=${prefix}
 
 depends_lib     port:libiconv \
                 port:gettext \
@@ -40,7 +42,8 @@
                 port:zlib \
                 port:bzip2 \
                 port:libusb-compat \
-                port:openldap
+                port:openldap \
+                port:curl
 
 test.run        yes
 test.dir        ${worksrcpath}/checks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130110/93d8ba10/attachment.html>


More information about the macports-changes mailing list