diff options
author | marino <marino@FreeBSD.org> | 2015-03-26 04:09:42 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-26 04:09:42 +0800 |
commit | e2d7e0123f933f7ab3e198ded88438599c8b8c52 (patch) | |
tree | c75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/ufraw | |
parent | 8ec0da18badc0097eceac6c9a536a3d4eb51f8fd (diff) | |
download | freebsd-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/ufraw')
-rw-r--r-- | graphics/ufraw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index e468bce5786b..dcb3498698e9 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --disable-silent-rules --enable-extras USES= gettext pkgconfig gmake desktop-file-utils CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -lpthread -L${LOCALBASE}/lib PC_FALSE= cinepaint OPTIONS_DEFINE= CONTRAST DST EXIV2 LENSFUN FITS GIMP GTK2 GNOME |