summaryrefslogtreecommitdiff
path: root/graphics/gimp-app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-app/Makefile')
-rw-r--r--graphics/gimp-app/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 5bd2a1278685..3284febc19d4 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -57,6 +57,14 @@ MPEG_CONFIGURE_ARGS= --prefix=${PREFIX} \
MAN1= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1
MAN5= gimprc-1.3.5
+.if exists(${X11BASE}/libdata/pkgconfig/libpanelapplet-2.0.pc)
+RUN_DEPENDS+= gnome-panel:${PORTSDIR}/x11/gnomepanel
+CONFIGURE_ARGS+= --with-gnome-desktop=${X11BASE}/share/gnome/applications
+PLIST_SUB= GNOME:=""
+.else
+PLIST_SUB= GNOME:="@comment "
+.endif
+
#.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc) || defined(WITH_HTML_HELP_BROWSER)
#LIB_DEPENDS+= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
#.endif