Revision
118500
Author
mojca@macports.org
Date
2014-04-03 06:35:19 -0700 (Thu, 03 Apr 2014)

Log Message

darktable: remove no_x11 (#39383)

Modified Paths

Diff

Modified: trunk/dports/graphics/darktable/Portfile (118499 => 118500)


--- trunk/dports/graphics/darktable/Portfile	2014-04-03 12:43:26 UTC (rev 118499)
+++ trunk/dports/graphics/darktable/Portfile	2014-04-03 13:35:19 UTC (rev 118500)
@@ -69,10 +69,6 @@
 
 configure.universal_args-delete --disable-dependency-tracking
 
-if {[variant_isset no_x11]} {
-    default_variants    +quartz -x11
-}
-
 if {![variant_isset quartz]} {
     default_variants    +x11
 }
@@ -89,13 +85,10 @@
     require_active_variants gtk2 quartz
 }
 
-variant x11 conflicts no_x11 quartz {
+variant x11 quartz {
     require_active_variants gtk2 x11
 }
 
-# no_x11 variant to be removed after January 2014
-variant no_x11 conflicts x11 description {Legacy compatibility variant} {}
-
 platform darwin {
     if {${os.major} >= 13} {
         post-patch {