[75238] trunk/dports/devel/libusb-devel/Portfile
Revision: 75238 http://trac.macports.org/changeset/75238 Author: adfernandes@macports.org Date: 2011-01-18 11:15:25 -0800 (Tue, 18 Jan 2011) Log Message: ----------- devel/libusb-devel: add build dependency on libtool; #28005 Modified Paths: -------------- trunk/dports/devel/libusb-devel/Portfile Modified: trunk/dports/devel/libusb-devel/Portfile =================================================================== --- trunk/dports/devel/libusb-devel/Portfile 2011-01-18 19:04:01 UTC (rev 75237) +++ trunk/dports/devel/libusb-devel/Portfile 2011-01-18 19:15:25 UTC (rev 75238) @@ -4,6 +4,7 @@ name libusb-devel version 1.0.8.20101017 +revision 1 categories devel description library for USB device access @@ -22,7 +23,7 @@ git.url git://git.libusb.org/libusb.git git.branch 7da756e09fd97efad2b35b5cee0e2b2550aac2cb -depends_build port:autoconf port:automake +depends_build port:autoconf port:automake port:libtool pre-configure { system "cd ${worksrcpath}; ./autogen.sh" } # This patch is required for the Kinect: http://openkinect.org/wiki/Getting_Started
participants (1)
-
adfernandes@macports.org