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

rhwood at macports.org rhwood at macports.org
Tue Apr 29 01:36:53 PDT 2008


Revision: 36387
          http://trac.macosforge.org/projects/macports/changeset/36387
Author:   rhwood at macports.org
Date:     2008-04-29 01:36:52 -0700 (Tue, 29 Apr 2008)

Log Message:
-----------
Add variants per #14842

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

Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile	2008-04-29 08:31:59 UTC (rev 36386)
+++ trunk/dports/audio/ices0/Portfile	2008-04-29 08:36:52 UTC (rev 36387)
@@ -25,3 +25,15 @@
                  --mandir=${prefix}/share/man \
                  --without-python \
                  --without-perl
+
+variant	python	{
+		configure.args-delete --without-python
+		configure.args-append --with-python
+		depends_lib-append		port:python25
+}
+
+variant	perl	{
+		configure.args-delete --without-perl
+		configure.args-append --with-perl
+		depends_lib-append		port:perl5.8
+}
\ No newline at end of file

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080429/f9bdb238/attachment.html


More information about the macports-changes mailing list