diff options
Diffstat (limited to 'devel/bennugd-core/Makefile')
-rw-r--r-- | devel/bennugd-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bennugd-core/Makefile b/devel/bennugd-core/Makefile index b924b3a61467..5bede4d7196c 100644 --- a/devel/bennugd-core/Makefile +++ b/devel/bennugd-core/Makefile @@ -34,7 +34,7 @@ post-extract: @${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/install-sh post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; s|-lpthread|${PTHREAD_LIBS}|' \ + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/configure post-install: |