diff options
Diffstat (limited to 'astro/ksetiwatch/Makefile')
-rw-r--r-- | astro/ksetiwatch/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/ksetiwatch/Makefile b/astro/ksetiwatch/Makefile index 2fdc724f77b2..2e2372a6562d 100644 --- a/astro/ksetiwatch/Makefile +++ b/astro/ksetiwatch/Makefile @@ -20,8 +20,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |