[41634] trunk/dports/audio/ices0/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Nov 7 12:21:03 PST 2008


Revision: 41634
          http://trac.macports.org/changeset/41634
Author:   mcalhoun at macports.org
Date:     2008-11-07 12:21:03 -0800 (Fri, 07 Nov 2008)
Log Message:
-----------
ices0: ensure macports python and perl are used; change perl dependency from port:perl5.8 to path:bin/perl (see #16830)

Modified Paths:
--------------
    trunk/dports/audio/ices0/Portfile

Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile	2008-11-07 18:33:56 UTC (rev 41633)
+++ trunk/dports/audio/ices0/Portfile	2008-11-07 20:21:03 UTC (rev 41634)
@@ -28,12 +28,12 @@
 
 variant	python	{
 		configure.args-delete --without-python
-		configure.args-append --with-python
+		configure.args-append --with-python=${prefix}/bin/python2.5
 		depends_lib-append		port:python25
 }
 
 variant	perl	{
 		configure.args-delete --without-perl
-		configure.args-append --with-perl
-		depends_lib-append		port:perl5.8
+		configure.args-append --with-perl=${prefix}/bin/perl
+		depends_lib-append		path:bin/perl:perl5
 }
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081107/71181bf1/attachment.html>


More information about the macports-changes mailing list