[43184] trunk/dports/x11/xorg-libxcb/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 6 15:37:19 PST 2008


Revision: 43184
          http://trac.macports.org/changeset/43184
Author:   jeremyhu at macports.org
Date:     2008-12-06 15:37:19 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
xorg-libxcb: Do the autoreconf a better way

Modified Paths:
--------------
    trunk/dports/x11/xorg-libxcb/Portfile

Modified: trunk/dports/x11/xorg-libxcb/Portfile
===================================================================
--- trunk/dports/x11/xorg-libxcb/Portfile	2008-12-06 23:35:41 UTC (rev 43183)
+++ trunk/dports/x11/xorg-libxcb/Portfile	2008-12-06 23:37:19 UTC (rev 43184)
@@ -22,15 +22,17 @@
 depends_build   port:pkgconfig \
                 port:xorg-xcb-proto \
                 port:libtool \
+                port:automake \
+                port:autoconf \
                 port:xorg-util-macros
 depends_lib	port:xorg-libXau \
                 port:xorg-libXdmcp
 
 patchfiles      launchd.patch
 
-pre-configure {
-	system "cd ${worksrcpath} && autoreconf -fvi"
-}
+use_autoconf yes
+autoconf.cmd autoreconf
+autoconf.args -fvi
 
 livecheck.check regex
 livecheck.url   ${master_sites}?C=M&O=D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/48f73751/attachment.html>


More information about the macports-changes mailing list