Modified: users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile (138257 => 138258)
--- users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile 2015-07-03 14:47:16 UTC (rev 138257)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-themes-standard/Portfile 2015-07-03 14:50:34 UTC (rev 138258)
@@ -6,6 +6,7 @@
name gnome-themes-standard
conflicts gnome-themes
version 3.16.2
+revision 1
set branch [join [lrange [split ${version} .] 0 1] .]
categories gnome
maintainers devans openmaintainer
@@ -48,4 +49,17 @@
configure.args --disable-silent-rules
+#
+# the following dummy variants are used
+# to identify this port's binary dependencies
+# based on which variant of gtk2, gtk3 is used for the build
+#
+
+variant x11 conflicts quartz {}
+variant quartz conflicts x11 {}
+
+if {![variant_isset quartz]} {
+ default_variants +x11
+}
+
livecheck.type gnome