aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pwg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pwg/Makefile')
-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>