aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--astro/ksetisaver/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/ksetisaver/Makefile b/astro/ksetisaver/Makefile
index 721419fcd4cb..9f1adc204e48 100644
--- a/astro/ksetisaver/Makefile
+++ b/astro/ksetisaver/Makefile
@@ -27,8 +27,7 @@ post-patch:
${WRKSRC}/po/fr.po \
${WRKSRC}/po/zh_CN.GB2312.po \
${WRKSRC}/po/ksetisaver.pot
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2||g; 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>