From 538e8105729e49e81c17c5b330de8e3531f2f17d Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 13 Oct 2006 23:42:43 +0000 Subject: Fix plist when GNOME is not available. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7789 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/gimp-devel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/gimp-devel/Makefile') 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: -- cgit v1.2.3