[63716] trunk/dports/math/yacas/Portfile
raimue at macports.org
raimue at macports.org
Sat Feb 13 05:52:50 PST 2010
Revision: 63716
http://trac.macports.org/changeset/63716
Author: raimue at macports.org
Date: 2010-02-13 05:52:50 -0800 (Sat, 13 Feb 2010)
Log Message:
-----------
math/yacas:
Add new +server variant, enabled by default; fixes #23552
Modified Paths:
--------------
trunk/dports/math/yacas/Portfile
Modified: trunk/dports/math/yacas/Portfile
===================================================================
--- trunk/dports/math/yacas/Portfile 2010-02-13 13:47:51 UTC (rev 63715)
+++ trunk/dports/math/yacas/Portfile 2010-02-13 13:52:50 UTC (rev 63716)
@@ -4,6 +4,7 @@
name yacas
version 1.2.2
+revision 1
categories math
platforms darwin
homepage http://yacas.sourceforge.net/
@@ -39,6 +40,12 @@
configure.args-append --with-html-dir=${prefix}/share/doc/${name}
+default_variants +server
+
+variant server description {Add the ability to run as server} {
+ configure.args-append --enable-server
+}
+
test.run yes
livecheck.url http://yacas.sourceforge.net/downloads.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100213/e6fdeeb5/attachment-0001.html>
More information about the macports-changes
mailing list