summaryrefslogtreecommitdiff
path: root/graphics/gimp-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-devel/Makefile')
-rw-r--r--graphics/gimp-devel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
index 79e5af05ddde..f6917d4b1bae 100644
--- a/graphics/gimp-devel/Makefile
+++ b/graphics/gimp-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gimp
DISTVERSION= 2.2-pre2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -83,7 +84,7 @@ CONFIGURE_ARGS+= --enable-mp
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgnomepanel}!=""
-USE_GNOME+= gnomepanel
+USE_GNOME+= gnomepanel desktopfileutils
CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
PKGNAMESUFFIX= -gnome
PLIST_SUB+= GNOMEPANEL:=""
@@ -109,4 +110,7 @@ pre-everything::
@${ECHO_MSG} " WITH_MP=yes Turns on multiple-processor support"
@${ECHO_MSG} ""
+post-install:
+ @${X11BASE}/bin/update-desktop-database
+
.include <bsd.port.post.mk>