[98176] trunk/dports/math/maxima/Portfile

and.damore at macports.org and.damore at macports.org
Thu Sep 27 09:42:37 PDT 2012


Revision: 98176
          http://trac.macports.org//changeset/98176
Author:   and.damore at macports.org
Date:     2012-09-27 09:42:37 -0700 (Thu, 27 Sep 2012)
Log Message:
-----------
port maxima: fixing negative variant, adding openmaintainer

Modified Paths:
--------------
    trunk/dports/math/maxima/Portfile

Modified: trunk/dports/math/maxima/Portfile
===================================================================
--- trunk/dports/math/maxima/Portfile	2012-09-27 15:45:40 UTC (rev 98175)
+++ trunk/dports/math/maxima/Portfile	2012-09-27 16:42:37 UTC (rev 98176)
@@ -7,7 +7,7 @@
 version         5.28.0
 revision        1
 categories      math
-maintainers     mareimbrium.org:kuba
+maintainers     mareimbrium.org:kuba openmaintainer
 platforms       darwin
 license         GPL-2+
 description     The Maxima computer algebra system
@@ -48,8 +48,11 @@
 }
 }
 
-variant no_xmaxima description {Do not build xmaxima} {
-    depends_run-delete  port:tk
+variant xmaxima description {build xmaxima} {
+    depends_run-append  port:tk
+}
+default_variants +xmaxima
+if {![variant_isset xmaxima]} {
     patchfiles-append   no-xmaxima.patch
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120927/618a7e85/attachment-0001.html>


More information about the macports-changes mailing list