aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-06-20 14:59:25 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-06-20 14:59:25 +0000
commitf34c7cf5f6de62097c106695c51f594fb98889bc (patch)
treeb31f1fd0843ac0b3ffe1366b68f71674dc7bff90 /astro
parent6c2f2367a719810a7f06a94359b65cde82eec194 (diff)
downloadports-f34c7cf5f6de62097c106695c51f594fb98889bc.tar.gz
ports-f34c7cf5f6de62097c106695c51f594fb98889bc.zip
Notes
Diffstat (limited to 'astro')
-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>