[77894] trunk/dports/graphics/xsane/Portfile

devans at macports.org devans at macports.org
Sat Apr 16 12:34:54 PDT 2011


Revision: 77894
          http://trac.macports.org/changeset/77894
Author:   devans at macports.org
Date:     2011-04-16 12:34:54 -0700 (Sat, 16 Apr 2011)
Log Message:
-----------
xsane: disable universal variant when building gimp plugin. See #29165.

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

Modified: trunk/dports/graphics/xsane/Portfile
===================================================================
--- trunk/dports/graphics/xsane/Portfile	2011-04-16 15:45:45 UTC (rev 77893)
+++ trunk/dports/graphics/xsane/Portfile	2011-04-16 19:34:54 UTC (rev 77894)
@@ -30,6 +30,12 @@
 patchfiles      patch-sane-options-handling-fix.diff \
                 patch-gtk_adjustment_new.diff
 
+# gimp2 is not universal (#29165)
+
+if {![variant_isset disable_gimp]} {
+    universal_variant no
+}
+
 destroot.destdir        prefix=${destroot}${prefix}
 post-destroot {
     delete ${destroot}${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110416/bf265626/attachment.html>


More information about the macports-changes mailing list