[43181] trunk/dports/x11/xorg-libAppleWM/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 6 15:23:35 PST 2008


Revision: 43181
          http://trac.macports.org/changeset/43181
Author:   jeremyhu at macports.org
Date:     2008-12-06 15:23:34 -0800 (Sat, 06 Dec 2008)
Log Message:
-----------
libAppleWM: Better autoreconfing

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

Modified: trunk/dports/x11/xorg-libAppleWM/Portfile
===================================================================
--- trunk/dports/x11/xorg-libAppleWM/Portfile	2008-12-06 23:06:57 UTC (rev 43180)
+++ trunk/dports/x11/xorg-libAppleWM/Portfile	2008-12-06 23:23:34 UTC (rev 43181)
@@ -23,17 +23,19 @@
 
 depends_build   port:pkgconfig \
                 port:libtool \
+                port:autoconf \
+                port:automake \
                 port:xorg-applewmproto \
                 port:xorg-xproto \
                 port:xorg-xextproto
+
 depends_lib     port:xorg-libX11 \
                 port:xorg-libXext
+ 
+use_autoconf yes
+autoconf.cmd autoreconf
+autoconf.args -fvi
 
-pre-configure {
-	system "cd ${worksrcpath} && autoreconf -fvi"
-}
-
 livecheck.check regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex libXau-(\\d+(?:\\.\\d+)*)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081206/058d995b/attachment.html>


More information about the macports-changes mailing list