diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-01 21:37:03 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-01 21:37:03 +0000 |
commit | e74d6b6783b84d48e2a63f7011cb8f4d84138979 (patch) | |
tree | 02a6dbaf2655920e55d77b4d9a77dd1971243e59 /graphics/gimp-app | |
parent | 1619b892b780ef572f6d4be7ae0791ca5cff34ad (diff) | |
download | FreeBSD-ports-e74d6b6783b84d48e2a63f7011cb8f4d84138979.zip FreeBSD-ports-e74d6b6783b84d48e2a63f7011cb8f4d84138979.tar.gz |
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/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index d41345b..7d0c36a 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/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) diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index 019af5f..1c8f848 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -1548,9 +1548,9 @@ share/gimp/themes/Default/images/stock-wilber-64.png share/gimp/themes/Default/images/stock-wilber-eek-64.png share/gimp/themes/Small/gtkrc share/gimp/tips/gimp-tips.xml -%%GNOME:%%share/gnome/application-registry/gimp-2.0.applications -%%GNOME:%%share/gnome/applications/gimp-2.0.desktop -%%GNOME:%%share/gnome/mime-info/gimp-2.0.keys +%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.0.applications +%%GNOMEPANEL:%%share/gnome/applications/gimp-2.0.desktop +%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.0.keys share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo |