diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 08:11:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 08:11:33 +0800 |
commit | ae848cbc997a061e18ee1de60569769f89027fb5 (patch) | |
tree | c39754fedd38bfdb480aaba4a8dfa4db19347445 | |
parent | 88d598840eba5de22de4ad644ba1e59e86b5533c (diff) | |
download | marcuscom-ports-ae848cbc997a061e18ee1de60569769f89027fb5.tar marcuscom-ports-ae848cbc997a061e18ee1de60569769f89027fb5.tar.gz marcuscom-ports-ae848cbc997a061e18ee1de60569769f89027fb5.tar.bz2 marcuscom-ports-ae848cbc997a061e18ee1de60569769f89027fb5.tar.lz marcuscom-ports-ae848cbc997a061e18ee1de60569769f89027fb5.tar.xz marcuscom-ports-ae848cbc997a061e18ee1de60569769f89027fb5.tar.zst marcuscom-ports-ae848cbc997a061e18ee1de60569769f89027fb5.zip |
Fix plist when GNOME support is not enabled.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7727 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/gimp-devel/Makefile | 8 | ||||
-rw-r--r-- | graphics/gimp-devel/pkg-plist | 20 |
2 files changed, 14 insertions, 14 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 935bf364f..6eabc79ec 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,12 +3,12 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-devel/Makefile,v 1.21 2006/07/23 18:22:02 marcus Exp $ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.22 2006/09/10 00:51:10 mezz Exp $ # PORTNAME= gimp PORTVERSION= 2.3.9 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -135,10 +135,10 @@ USE_GNOME+= gnomepanel desktopfileutils CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} PKGNAMESUFFIX:= -gnome -PLIST_SUB+= GTK="gnome/" +PLIST_SUB+= GTK="gnome/" GNOMEPANEL:="" GNOME_ENABLED= yes .else -PLIST_SUB+= GTK="" +PLIST_SUB+= GTK="" GNOMEPANEL:="@comment " CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} .endif diff --git a/graphics/gimp-devel/pkg-plist b/graphics/gimp-devel/pkg-plist index b8f1259d2..9b5c0f951 100644 --- a/graphics/gimp-devel/pkg-plist +++ b/graphics/gimp-devel/pkg-plist @@ -1880,16 +1880,16 @@ share/aclocal/gimp-2.0.m4 %%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png %%DATADIR%%/themes/Small/gtkrc %%DATADIR%%/tips/gimp-tips.xml -share/gnome/application-registry/gimp.applications -share/gnome/applications/gimp.desktop -share/gnome/icons/hicolor/16x16/apps/gimp.png -share/gnome/icons/hicolor/22x22/apps/gimp.png -share/gnome/icons/hicolor/24x24/apps/gimp.png -share/gnome/icons/hicolor/32x32/apps/gimp.png -share/gnome/icons/hicolor/48x48/apps/gimp.png -share/gnome/icons/hicolor/64x64/apps/gimp.png -share/gnome/icons/hicolor/scalable/apps/gimp.svg -share/gnome/mime-info/gimp.keys +%%GNOMEPANEL:%%share/gnome/application-registry/gimp.applications +%%GNOMEPANEL:%%share/gnome/applications/gimp.desktop +%%GNOMEPANEL:%%share/gnome/icons/hicolor/16x16/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/22x22/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/24x24/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/32x32/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/48x48/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/64x64/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/scalable/apps/gimp.svg +%%GNOMEPANEL:%%share/gnome/mime-info/gimp.keys share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo |