summaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 11:45:24 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 11:45:24 +0800
commitacc58e3209f06bb356a8c83226dd5a0aa5212200 (patch)
tree5e0ab1b2b8cb32f4924b62aae5db4d081750a325 /graphics/gimp-app/Makefile
parent0a85e2ea94d743674cff2de08098f1c3cecbfa9b (diff)
downloadmarcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar
marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.gz
marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.bz2
marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.lz
marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.xz
marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.zst
marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.zip
Fix the plist.
Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9769 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r--graphics/gimp-app/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 98acf4435..7776d1703 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -3,12 +3,12 @@
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
-# $MCom: ports/graphics/gimp-app/Makefile,v 1.14 2007/07/29 21:51:25 mezz Exp $
+# $MCom: ports/graphics/gimp-app/Makefile,v 1.15 2007/09/19 01:55:23 mezz Exp $
#
PORTNAME= gimp-app
PORTVERSION= 2.2.17
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -40,7 +40,7 @@ USE_BZIP2= yes
USE_XPM= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2
+USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 desktopfileutils
WANT_GNOME= yes
USE_GETTEXT= yes
USE_LDCONFIG= yes
@@ -50,7 +50,8 @@ CONFIGURE_ARGS= --disable-perl \
--docdir=${PREFIX}/share/doc/gimp \
--disable-gtk-doc \
--enable-static \
- --disable-print
+ --disable-print \
+ --with-desktop-dir=${LOCALBASE}/share
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -95,8 +96,7 @@ CONFIGURE_ARGS+= --enable-mp
.endif
.if ${HAVE_GNOME:Mgnomepanel}!=""
-USE_GNOME+= gnomepanel desktopfileutils
-CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share
+USE_GNOME+= gnomepanel
CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS}
PLIST_SUB+= GNOMEPANEL:=""
GNOME_ENABLED= yes