[41587] trunk/dports/gnome/gnome-doc-utils/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Nov 6 10:58:29 PST 2008


Revision: 41587
          http://trac.macports.org/changeset/41587
Author:   mcalhoun at macports.org
Date:     2008-11-06 10:58:28 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
gnome-doc-utils: change perl dependency to path:bin/perl instead of port:perl5.8 (See #16830).

Modified Paths:
--------------
    trunk/dports/gnome/gnome-doc-utils/Portfile

Modified: trunk/dports/gnome/gnome-doc-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-doc-utils/Portfile	2008-11-06 18:45:54 UTC (rev 41586)
+++ trunk/dports/gnome/gnome-doc-utils/Portfile	2008-11-06 18:58:28 UTC (rev 41587)
@@ -27,7 +27,7 @@
 
 depends_build	\
     port:pkgconfig \
-    port:perl5.8 \
+    path:bin/perl:perl5 \
     port:p5-xml-parser
 depends_lib	\
 	port:gettext \
@@ -45,7 +45,8 @@
 	port:rarian \
 	port:iso-codes
 
-configure.env	PYTHON=${prefix}/bin/python2.5
+configure.env-append  INTLTOOL_PERL=${prefix}/bin/perl
+configure.python      ${prefix}/bin/python2.5
 configure.args	--disable-scrollkeeper \
 		--mandir=${prefix}/share/man
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/05459450/attachment.html>


More information about the macports-changes mailing list