diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-21 22:23:08 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-21 22:23:08 +0000 |
commit | 258a678bdeccb425a20f68feb0aa7b03381497a3 (patch) | |
tree | afce4682b9fbe23dad8220014989e00bec7fb1f7 /astro | |
parent | 7b44b2617561836d25048e72850e1ee3a2a89cae (diff) | |
download | ports-258a678bdeccb425a20f68feb0aa7b03381497a3.tar.gz ports-258a678bdeccb425a20f68feb0aa7b03381497a3.zip |
Notes
Diffstat (limited to 'astro')
-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> |