diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-13 15:05:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-13 15:05:24 +0000 |
commit | 421a87ac07f74ed7602ff747ab0f5d1c1fb112f1 (patch) | |
tree | b8f5e077567ff9a19f27f92918e4b0e888f71f76 /graphics/gimp | |
parent | 42143e49c47f8cf4fede35b57a3799954c6974d9 (diff) | |
download | ports-421a87ac07f74ed7602ff747ab0f5d1c1fb112f1.tar.gz ports-421a87ac07f74ed7602ff747ab0f5d1c1fb112f1.zip |
Notes
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 8 | ||||
-rw-r--r-- | graphics/gimp/pkg-plist | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 5bd2a1278685..3284febc19d4 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/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 diff --git a/graphics/gimp/pkg-plist b/graphics/gimp/pkg-plist index d877f0ab918b..40470aa40ba7 100644 --- a/graphics/gimp/pkg-plist +++ b/graphics/gimp/pkg-plist @@ -934,6 +934,7 @@ share/gimp/themes/Default/images/stock-warning-64.png share/gimp/themes/Default/images/stock-wilber-16.png share/gimp/themes/Default/images/stock-wilber-eek-64.png share/gimp/tips/gimp-tips.xml +%%GNOME:%%share/gnome/applications/gimp-1.3.desktop share/locale/ca/LC_MESSAGES/gimp14-libgimp.mo share/locale/ca/LC_MESSAGES/gimp14-script-fu.mo share/locale/ca/LC_MESSAGES/gimp14-std-plug-ins.mo |