[107738] trunk/dports/x11/xkeyboard-config/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jul 4 11:56:32 PDT 2013


Revision: 107738
          https://trac.macports.org/changeset/107738
Author:   jeremyhu at macports.org
Date:     2013-07-04 11:56:32 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
xkeyboard-config: autoreconf to skip the INTLTOOL_PERL nonsense

Modified Paths:
--------------
    trunk/dports/x11/xkeyboard-config/Portfile

Modified: trunk/dports/x11/xkeyboard-config/Portfile
===================================================================
--- trunk/dports/x11/xkeyboard-config/Portfile	2013-07-04 18:54:42 UTC (rev 107737)
+++ trunk/dports/x11/xkeyboard-config/Portfile	2013-07-04 18:56:32 UTC (rev 107738)
@@ -22,17 +22,19 @@
 use_bzip2	    yes
 use_parallel_build  yes
 
-# Must be the perl executable explicitly used by intltool
-configure.env-append    INTLTOOL_PERL=${prefix}/bin/perl5.12
-
 depends_build \
 	port:pkgconfig \
 	port:gettext \
+	port:xorg-util-macros \
 	port:intltool
 
 depends_lib \
 	port:xkbcomp
 
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
+
 livecheck.type  regex
 livecheck.url   http://xorg.freedesktop.org/releases/individual/data/
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/140dc832/attachment.html>


More information about the macports-changes mailing list