[107733] trunk/dports/gnome/zenity/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jul 4 11:39:44 PDT 2013


Revision: 107733
          https://trac.macports.org/changeset/107733
Author:   jeremyhu at macports.org
Date:     2013-07-04 11:39:44 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
zenity: autoreconf to skip the INTLTOOL_PERL nonsense

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

Modified: trunk/dports/gnome/zenity/Portfile
===================================================================
--- trunk/dports/gnome/zenity/Portfile	2013-07-04 18:37:49 UTC (rev 107732)
+++ trunk/dports/gnome/zenity/Portfile	2013-07-04 18:39:44 UTC (rev 107733)
@@ -22,6 +22,7 @@
                 rmd160  30b19230d9e1ed478cfd17d2a6942863bcda6763
 
 depends_build   port:pkgconfig \
+                port:gnome-common \
                 port:gnome-doc-utils \
                 port:intltool
 
@@ -32,10 +33,11 @@
 
 use_bzip2       yes
 
-configure.args  --mandir=${prefix}/share/man --disable-scrollkeeper
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf  yes
+autoreconf.args -fvi
 
-# intltool needs to be run with the correct version of perl
-configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
+configure.args  --disable-scrollkeeper
 
 post-activate   {
     system "scrollkeeper-update"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/62ecbf6f/attachment.html>


More information about the macports-changes mailing list