[107661] trunk/dports/gnome/gnome-desktop/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Jul 3 17:40:47 PDT 2013


Revision: 107661
          https://trac.macports.org/changeset/107661
Author:   jeremyhu at macports.org
Date:     2013-07-03 17:40:47 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
gnome-desktop: autoreconf to skip the INTLTOOL_PERL nonsense

Modified Paths:
--------------
    trunk/dports/gnome/gnome-desktop/Portfile

Modified: trunk/dports/gnome/gnome-desktop/Portfile
===================================================================
--- trunk/dports/gnome/gnome-desktop/Portfile	2013-07-04 00:22:36 UTC (rev 107660)
+++ trunk/dports/gnome/gnome-desktop/Portfile	2013-07-04 00:40:47 UTC (rev 107661)
@@ -28,6 +28,7 @@
 
 depends_build   port:pkgconfig \
                 port:intltool \
+                port:gnome-common \
                 port:gnome-doc-utils \
                 port:gtk-doc
 
@@ -46,8 +47,9 @@
                 --x-libraries=${prefix}/lib \
                 --disable-scrollkeeper
 
-# intltool needs to be run with the correct version of perl
-configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
 
 #
 #  portions of this port are strictly X11 specific
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/a58f5b3c/attachment.html>


More information about the macports-changes mailing list