diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 07:42:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 07:42:43 +0800 |
commit | 538e8105729e49e81c17c5b330de8e3531f2f17d (patch) | |
tree | 48812df13e8e6c4bd85db5f9ab6eddfabff76e7c /graphics | |
parent | 00227cf93233cc94301eab2557242ea089161278 (diff) | |
download | marcuscom-ports-538e8105729e49e81c17c5b330de8e3531f2f17d.tar marcuscom-ports-538e8105729e49e81c17c5b330de8e3531f2f17d.tar.gz marcuscom-ports-538e8105729e49e81c17c5b330de8e3531f2f17d.tar.bz2 marcuscom-ports-538e8105729e49e81c17c5b330de8e3531f2f17d.tar.lz marcuscom-ports-538e8105729e49e81c17c5b330de8e3531f2f17d.tar.xz marcuscom-ports-538e8105729e49e81c17c5b330de8e3531f2f17d.tar.zst marcuscom-ports-538e8105729e49e81c17c5b330de8e3531f2f17d.zip |
Fix plist when GNOME is not available.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7789 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 6eabc79ec..b5caf1e50 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-devel/Makefile,v 1.22 2006/09/10 00:51:10 mezz Exp $ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.23 2006/10/12 00:11:33 marcus Exp $ # PORTNAME= gimp @@ -131,7 +131,7 @@ CONFIGURE_ARGS+= --enable-mp .endif .if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils +USE_GNOME+= gnomepanel desktopfileutils gnomehier CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} PKGNAMESUFFIX:= -gnome @@ -140,6 +140,7 @@ GNOME_ENABLED= yes .else PLIST_SUB+= GTK="" GNOMEPANEL:="@comment " CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +CONFIGURE_ARGS+= --without-desktop-dir .endif post-extract: |