diff options
author | bland <bland@FreeBSD.org> | 2004-12-26 15:58:26 +0000 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-12-26 15:58:26 +0000 |
commit | 53dc921407628382800ea5c5957fd760601d9118 (patch) | |
tree | f1068d83533e461d42ddf3fdb18e6b2d6aaafb15 /graphics/gimp | |
parent | ca7b0c7b613087a0136425d7258664dcf5e2bad9 (diff) | |
download | FreeBSD-ports-53dc921407628382800ea5c5957fd760601d9118.zip FreeBSD-ports-53dc921407628382800ea5c5957fd760601d9118.tar.gz |
- In case we building GNOME version of GIMP link it against pthreads
library to avoid crash in GtkFileChooser.
- Fix plist.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index b86c88e..abdb89f 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimp PORTVERSION= 2.2.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -84,6 +85,7 @@ CONFIGURE_ARGS+= --enable-mp .if ${HAVE_GNOME:Mgnomepanel}!="" USE_GNOME+= gnomepanel desktopfileutils CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome +CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} PKGNAMESUFFIX= -gnome PLIST_SUB+= GNOMEPANEL:="" GNOME_ENABLED= yes diff --git a/graphics/gimp/pkg-plist b/graphics/gimp/pkg-plist index f0a7fbc..86616b2 100644 --- a/graphics/gimp/pkg-plist +++ b/graphics/gimp/pkg-plist @@ -1175,7 +1175,6 @@ share/gimp/misc/gimp.keys %%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop %%GNOMEPANEL:%%@exec update-desktop-database > /dev/null || /usr/bin/true %%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys -%%GNOMEPANEL:%%share/gnome/pixmaps/gnome-gimp.png share/gimp/palettes/Bears.gpl share/gimp/palettes/Bgold.gpl share/gimp/palettes/Blues.gpl |