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

jann at macports.org jann at macports.org
Fri Jan 15 04:28:37 PST 2010


Revision: 62737
          http://trac.macports.org/changeset/62737
Author:   jann at macports.org
Date:     2010-01-15 04:28:35 -0800 (Fri, 15 Jan 2010)
Log Message:
-----------
Fix dependency issue with libusb, see #19950

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

Modified: trunk/dports/mail/gnupg/Portfile
===================================================================
--- trunk/dports/mail/gnupg/Portfile	2010-01-15 11:54:46 UTC (rev 62736)
+++ trunk/dports/mail/gnupg/Portfile	2010-01-15 12:28:35 UTC (rev 62737)
@@ -32,13 +32,15 @@
 		--with-libiconv-prefix=${prefix} 	\
 		--with-libintl-prefix=${prefix} 	\
 		--with-zlib=${prefix} 			\
-		--with-bzip2=${prefix}
+		--with-bzip2=${prefix} \
+		--with-libusb=${prefix}
 
 depends_lib	port:libiconv 	\
 		port:gettext 	\
 		port:readline \
 		port:zlib 	\
-		port:bzip2
+		port:bzip2 \
+		port:libusb
 
 test.run	yes
 test.dir	${worksrcpath}/checks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100115/470efeff/attachment.html>


More information about the macports-changes mailing list