[107683] trunk/dports/gnome/libgnomecanvas/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jul 4 01:50:46 PDT 2013


Revision: 107683
          https://trac.macports.org/changeset/107683
Author:   jeremyhu at macports.org
Date:     2013-07-04 01:50:46 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
libgnomecanvas: autoreconf to skip the INTLTOOL_PERL nonsense

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

Modified: trunk/dports/gnome/libgnomecanvas/Portfile
===================================================================
--- trunk/dports/gnome/libgnomecanvas/Portfile	2013-07-04 08:39:23 UTC (rev 107682)
+++ trunk/dports/gnome/libgnomecanvas/Portfile	2013-07-04 08:50:46 UTC (rev 107683)
@@ -31,11 +31,9 @@
 variant quartz {}
 
 depends_build   port:pkgconfig \
+                port:gnome-common \
                 port:intltool
 
-configure.perl  ${prefix}/bin/perl5.12
-configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
-
 depends_lib     port:gtk2 \
                 port:libart_lgpl \
                 port:libffi \
@@ -44,6 +42,10 @@
 
 use_bzip2       yes
 
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.args  --enable-glade
 
 test.run        yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/85d0143a/attachment.html>


More information about the macports-changes mailing list