diff options
Diffstat (limited to 'graphics/gimpshop/Makefile')
-rw-r--r-- | graphics/gimpshop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index b86c88edeacf..abdb89f56db9 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/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 |