[146459] trunk/dports/graphics/gimp/Portfile

devans at macports.org devans at macports.org
Mon Mar 7 20:31:06 PST 2016


Revision: 146459
          https://trac.macports.org/changeset/146459
Author:   devans at macports.org
Date:     2016-03-07 20:31:05 -0800 (Mon, 07 Mar 2016)
Log Message:
-----------
gimp: gmic builds with X11 only so +gmic and +quartz are mutually exclusive, increment revision (#50680).

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

Modified: trunk/dports/graphics/gimp/Portfile
===================================================================
--- trunk/dports/graphics/gimp/Portfile	2016-03-08 03:03:10 UTC (rev 146458)
+++ trunk/dports/graphics/gimp/Portfile	2016-03-08 04:31:05 UTC (rev 146459)
@@ -5,6 +5,7 @@
 
 name            gimp
 version         2.8.16
+revision        1
 license         none
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics
@@ -41,7 +42,9 @@
     system "echo ${long_description} > ${destroot}${prefix}/share/doc/README.${name}.txt"
 }
 
-variant gmic description "Include GREYC's Magic Image Converter (G'MIC)." {
+# gmic requires X11
+
+variant gmic conflicts quartz description "Include GREYC's Magic Image Converter (G'MIC)." {
     depends_lib-append  port:gmic
 }
 
@@ -49,7 +52,7 @@
     depends_lib-append  path:lib/gimp/2.0/plug-ins/gap_plugins:gimp-gap-devel
 }
 
-variant quartz {}
+variant quartz conflicts gmic {}
 
 # xsane requires X11
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160307/3bae016c/attachment-0001.html>


More information about the macports-changes mailing list