diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-12-26 15:58:26 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-12-26 15:58:26 +0000 |
commit | 702b5f9caa08487fadc979017caedb751b768cc7 (patch) | |
tree | 4225edc524a1685af0b7e5f6823154fa9eadc247 /graphics/gimp-app | |
parent | Fix compilation with version 4.1.7 of mysql. (diff) |
- In case we building GNOME version of GIMP link it against pthreads
library to avoid crash in GtkFileChooser.
- Fix plist.
Notes
Notes:
svn path=/head/; revision=125225
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index b86c88edeacf..abdb89f56db9 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/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-app/pkg-plist b/graphics/gimp-app/pkg-plist index f0a7fbceb8f5..86616b2158f4 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/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 |