[44946] trunk/dports/x11/mkfontscale/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 4 18:56:07 PST 2009


Revision: 44946
          http://trac.macports.org/changeset/44946
Author:   jeremyhu at macports.org
Date:     2009-01-04 18:56:06 -0800 (Sun, 04 Jan 2009)
Log Message:
-----------
mkfontscale: Need to autoreconf to get fixed pkgconfig m4

Modified Paths:
--------------
    trunk/dports/x11/mkfontscale/Portfile

Modified: trunk/dports/x11/mkfontscale/Portfile
===================================================================
--- trunk/dports/x11/mkfontscale/Portfile	2009-01-05 00:03:26 UTC (rev 44945)
+++ trunk/dports/x11/mkfontscale/Portfile	2009-01-05 02:56:06 UTC (rev 44946)
@@ -20,6 +20,10 @@
 use_parallel_build  yes
 
 depends_build \
+	port:autoconf \
+	port:automake \
+	port:libtool \
+	port:xorg-util-macros \
 	port:pkgconfig \
 	port:xorg-xproto
 
@@ -33,6 +37,9 @@
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
 
+use_autoreconf yes
+autoreconf.args -fvi
+
 configure.args --with-bzip2
 
 platform macosx {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090104/f45276a4/attachment.html>


More information about the macports-changes mailing list