[41521] trunk/dports/graphics/gimp2/Portfile
devans at macports.org
devans at macports.org
Wed Nov 5 04:21:44 PST 2008
Revision: 41521
http://trac.macports.org/changeset/41521
Author: devans at macports.org
Date: 2008-11-05 04:21:43 -0800 (Wed, 05 Nov 2008)
Log Message:
-----------
gimp2: whitespace, typo.
Modified Paths:
--------------
trunk/dports/graphics/gimp2/Portfile
Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile 2008-11-05 12:11:26 UTC (rev 41520)
+++ trunk/dports/graphics/gimp2/Portfile 2008-11-05 12:21:43 UTC (rev 41521)
@@ -139,10 +139,10 @@
if {[file exists ${prefix}/lib/gtk-2.0/include/gdkconfig.h]} {
set gtk_not_quartz [catch {exec grep -q GDK_WINDOWING_QUARTZ ${prefix}/lib/gtk-2.0/include/gdkconfig.h}]
set gtk_not_x11 [catch {exec grep -q GDK_WINDOWING_X11 ${prefix}/lib/gtk-2.0/include/gdkconfig.h}]
- if {[variant_isset quartz] && ${gtk_not_quartz}} {
+ if {[variant_isset quartz] && ${gtk_not_quartz}} {
error "+quartz variant selected, but gtk2+x11 is installed"
} elseif {[variant_isset x11] && ${gtk_not_x11}} {
- error "+x11 variant selected, but gtk2+quartz is installed"
+ error "+x11 variant selected, but gtk2+quartz is installed"
}
} else {
error "Cannot find gdkconfig.h"
@@ -150,7 +150,7 @@
}
variant quartz requires no_x11 conflicts x11 description {Enable Quartz rendering} {
- configure.ldflags-append -framework Carbon"
+ configure.ldflags-append -framework Carbon
}
variant x11 conflicts quartz description {Enable rendering in X11 (default)} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081105/19ef2c1b/attachment-0001.html>
More information about the macports-changes
mailing list