[41606] trunk/dports/gnome/gstreamer/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Nov 6 21:29:31 PST 2008


Revision: 41606
          http://trac.macports.org/changeset/41606
Author:   mcalhoun at macports.org
Date:     2008-11-06 21:29:30 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
gstreamer: change perl dependency to path:bin/perl instead of port:perl5.8 (See #16830).

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

Modified: trunk/dports/gnome/gstreamer/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer/Portfile	2008-11-07 03:34:59 UTC (rev 41605)
+++ trunk/dports/gnome/gstreamer/Portfile	2008-11-07 05:29:30 UTC (rev 41606)
@@ -29,7 +29,7 @@
 depends_build   \
     port:gzip \
     port:m4 \
-    port:perl5.8 \
+    path:bin/perl:perl5 \
     port:pkgconfig
 depends_lib \
     port:bison \
@@ -45,6 +45,8 @@
 
 use_bzip2 	yes
 
+configure.env-append  PERL_PATH=${prefix}/bin/perl
+
 configure.cflags-append -funroll-loops -fstrict-aliasing -fno-common
 
 # configure.env PYTHON=${prefix}/bin/python2.5 doesn't work
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/7e000d10/attachment.html>


More information about the macports-changes mailing list