aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimpshop/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-02 05:37:03 +0800
committermarcus <marcus@FreeBSD.org>2004-04-02 05:37:03 +0800
commite74d6b6783b84d48e2a63f7011cb8f4d84138979 (patch)
tree02a6dbaf2655920e55d77b4d9a77dd1971243e59 /graphics/gimpshop/Makefile
parent1619b892b780ef572f6d4be7ae0791ca5cff34ad (diff)
downloadfreebsd-ports-graphics-e74d6b6783b84d48e2a63f7011cb8f4d84138979.tar.gz
freebsd-ports-graphics-e74d6b6783b84d48e2a63f7011cb8f4d84138979.tar.zst
freebsd-ports-graphics-e74d6b6783b84d48e2a63f7011cb8f4d84138979.zip
Fix make package in the case when gimp is built with:
make package WITHOUT_PRINT=YES WITH_HTML_HELP_BROWSER=YES Reported by: des
Diffstat (limited to 'graphics/gimpshop/Makefile')
-rw-r--r--graphics/gimpshop/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile
index d41345b2094..7d0c36a196e 100644
--- a/graphics/gimpshop/Makefile
+++ b/graphics/gimpshop/Makefile
@@ -83,6 +83,9 @@ WITH_HTML_HELP_BROWSER= yes
USE_GNOME+= gnomepanel
CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
PKGNAMESUFFIX= -gnome
+PLIST_SUB+= GNOMEPANEL:=""
+.else
+PLIST_SUB+= GNOMEPANEL:="@comment "
.endif
.if defined(WITH_HTML_HELP_BROWSER)