aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pwg
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-02-28 10:51:58 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-02-28 10:51:58 +0000
commit100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9 (patch)
treeae18db5e53b8dc7dbd4ce8e2d3f0eec05e53d1f4 /sysutils/pwg
parent298de7b9f06266310120b24ed8c489ca75032733 (diff)
downloadports-100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9.tar.gz
ports-100d65b37a9bddd5f4aa468bbef3ac27a9d8d5d9.zip
Notes
Diffstat (limited to 'sysutils/pwg')
-rw-r--r--sysutils/pwg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/pwg/Makefile b/sysutils/pwg/Makefile
index f44df02e8b51..67e882b93e63 100644
--- a/sysutils/pwg/Makefile
+++ b/sysutils/pwg/Makefile
@@ -24,7 +24,6 @@ USE_AUTOTOOLS= libtool
INSTALLS_ICONS= yes
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>