aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp-app
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-26 04:09:42 +0800
committermarino <marino@FreeBSD.org>2015-03-26 04:09:42 +0800
commite2d7e0123f933f7ab3e198ded88438599c8b8c52 (patch)
treec75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/gimp-app
parent8ec0da18badc0097eceac6c9a536a3d4eb51f8fd (diff)
downloadfreebsd-ports-gnome-e2d7e0123f933f7ab3e198ded88438599c8b8c52.tar.gz
freebsd-ports-gnome-e2d7e0123f933f7ab3e198ded88438599c8b8c52.tar.zst
freebsd-ports-gnome-e2d7e0123f933f7ab3e198ded88438599c8b8c52.zip
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r--graphics/gimp-app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 6c453e6f5c8f..87b278228ecc 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \
--with-desktop-dir=${PREFIX}/share \
--docdir=${PREFIX}/share/doc/gimp \
--enable-default-binary
-CONFIGURE_ENV= GIMP_THREAD_LIBS=${PTHREAD_LIBS}
+CONFIGURE_ENV= GIMP_THREAD_LIBS=-lpthread
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib