[85859] trunk/dports/gnome/anjuta/Portfile

jmr at macports.org jmr at macports.org
Sun Oct 16 19:44:38 PDT 2011


Revision: 85859
          http://trac.macports.org/changeset/85859
Author:   jmr at macports.org
Date:     2011-10-16 19:44:35 -0700 (Sun, 16 Oct 2011)
Log Message:
-----------
anjuta: depend on Locale::gettext in a specific perl version

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

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2011-10-17 02:28:05 UTC (rev 85858)
+++ trunk/dports/gnome/anjuta/Portfile	2011-10-17 02:44:35 UTC (rev 85859)
@@ -24,7 +24,8 @@
 depends_build   port:pkgconfig \
                 port:intltool \
                 port:gnome-doc-utils \
-                port:gtk-doc
+                port:gtk-doc \
+                port:p5.12-locale-gettext
 
 depends_lib     port:autogen \
                 port:gconf \
@@ -34,9 +35,10 @@
                 port:vte
 
 post-patch {
-        reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" ${worksrcpath}/scripts/builder2schema.pl
+        reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" ${worksrcpath}/scripts/builder2schema.pl
 }
 
+configure.perl  ${prefix}/bin/perl5.12
 configure.args  --enable-static \
                 --disable-scrollkeeper \
                 --disable-schemas-install \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111016/c7b4c404/attachment.html>


More information about the macports-changes mailing list