[144112] trunk/dports/math/cadabra/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Jan 1 17:47:12 PST 2016


Revision: 144112
          https://trac.macports.org/changeset/144112
Author:   khindenburg at macports.org
Date:     2016-01-01 17:47:12 -0800 (Fri, 01 Jan 2016)
Log Message:
-----------
cadabra: remove legacy variant

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

Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile	2016-01-01 22:20:55 UTC (rev 144111)
+++ trunk/dports/math/cadabra/Portfile	2016-01-02 01:47:12 UTC (rev 144112)
@@ -63,8 +63,6 @@
     depends_run-append      port:TeXmacs
 }
 
-# Legacy no_gui variant to be removed after July 2014
-variant no_gui conflicts gui description {Legacy compatibility variant} {}
 variant gui description {build with GUI} {
     depends_lib-append      port:gtkmm
     depends_run-append      port:dvipng \
@@ -73,8 +71,5 @@
                             port:texlive-latex-recommended
     configure.args-delete   --disable-gui
 }
-if {[variant_isset no_gui]} {
-    default_variants        -gui
-} else {
-    default_variants        +gui
-}
+
+default_variants    +gui
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160101/dcb70e19/attachment.html>


More information about the macports-changes mailing list