[81971] trunk/dports/textproc/libxml/Portfile

jmr at macports.org jmr at macports.org
Sat Aug 6 10:54:03 PDT 2011


Revision: 81971
          http://trac.macports.org/changeset/81971
Author:   jmr at macports.org
Date:     2011-08-06 10:54:02 -0700 (Sat, 06 Aug 2011)
Log Message:
-----------
libxml: use_autoreconf instead of reimplementing it

Modified Paths:
--------------
    trunk/dports/textproc/libxml/Portfile

Modified: trunk/dports/textproc/libxml/Portfile
===================================================================
--- trunk/dports/textproc/libxml/Portfile	2011-08-06 17:47:47 UTC (rev 81970)
+++ trunk/dports/textproc/libxml/Portfile	2011-08-06 17:54:02 UTC (rev 81971)
@@ -21,17 +21,15 @@
 platforms	darwin
 master_sites	gnome:sources/${name}/1.8
 checksums	md5 53846294aa850a7d042948176d1d19dc
-depends_build	path:bin/pkg-config:pkgconfig \
-		port:libtool
+depends_build	port:pkgconfig
 configure.args	--disable-static
 
 platform darwin {
 	patchfiles	patches
 }
 
-pre-configure {
-	system "cd ${worksrcpath} && autoreconf -fvi"
-}
+use_autoreconf  yes
+autoreconf.args -fvi
 
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110806/f47eaaef/attachment.html>


More information about the macports-changes mailing list