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

jeremyhu at macports.org jeremyhu at macports.org
Mon Dec 1 18:05:22 PST 2008


Revision: 42880
          http://trac.macports.org/changeset/42880
Author:   jeremyhu at macports.org
Date:     2008-12-01 18:05:22 -0800 (Mon, 01 Dec 2008)
Log Message:
-----------
libxml: autoreconf to build universal

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

Modified: trunk/dports/textproc/libxml/Portfile
===================================================================
--- trunk/dports/textproc/libxml/Portfile	2008-12-02 01:51:45 UTC (rev 42879)
+++ trunk/dports/textproc/libxml/Portfile	2008-12-02 02:05:22 UTC (rev 42880)
@@ -22,12 +22,17 @@
 master_sites	gnome:sources/${name}/1.8
 checksums	md5 53846294aa850a7d042948176d1d19dc
 depends_lib	port:pkgconfig
+depends_build   port:libtool
 configure.args	--disable-static
 
 platform darwin {
 	patchfiles	patches
 }
 
+pre-configure {
+	system "cd ${worksrcpath} && autoreconf -fvi"
+}
+
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081201/3bd968ce/attachment.html>


More information about the macports-changes mailing list