[113380] trunk/dports/graphics/gegl/Portfile

devans at macports.org devans at macports.org
Thu Nov 14 12:45:36 PST 2013


Revision: 113380
          https://trac.macports.org/changeset/113380
Author:   devans at macports.org
Date:     2013-11-14 12:45:36 -0800 (Thu, 14 Nov 2013)
Log Message:
-----------
gegl: add +quartz +x11 variants due to binary dependencies inherited from libsdl and librsvg.

Modified Paths:
--------------
    trunk/dports/graphics/gegl/Portfile

Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile	2013-11-14 18:21:12 UTC (rev 113379)
+++ trunk/dports/graphics/gegl/Portfile	2013-11-14 20:45:36 UTC (rev 113380)
@@ -6,7 +6,7 @@
 
 name            gegl
 version         0.2.0
-revision        9
+revision        10
 license         {GPL-3+ LGPL-3+}
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
@@ -131,6 +131,19 @@
     default_variants +python27
 }
 
+#
+# the following dummy variants are used
+# to identify this port's binary dependencies
+# inherited from libsdl and librsvg
+#
+
+variant x11 conflicts quartz {}
+variant quartz conflicts x11 {}
+
+if {![variant_isset quartz]} {
+    default_variants +x11
+}
+
 livecheck.type  regex
 livecheck.url   ftp://ftp.gimp.org/pub/${name}/${branch}/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131114/b15a6ec9/attachment.html>


More information about the macports-changes mailing list