aboutsummaryrefslogtreecommitdiff
path: root/graphics/gcolor
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 20:09:42 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 20:09:42 +0000
commit9746d6524b4b8f6eec917896d1814e3f731dcc21 (patch)
treec75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/gcolor
parentb559f5897ca3904e005ac65efdfc3ce548f46f88 (diff)
downloadports-9746d6524b4b8f6eec917896d1814e3f731dcc21.tar.gz
ports-9746d6524b4b8f6eec917896d1814e3f731dcc21.zip
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382266
Diffstat (limited to 'graphics/gcolor')
-rw-r--r--graphics/gcolor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gcolor/Makefile b/graphics/gcolor/Makefile
index 9243832e107c..49846d6b2886 100644
--- a/graphics/gcolor/Makefile
+++ b/graphics/gcolor/Makefile
@@ -17,7 +17,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
pre-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>