aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-05-21 22:49:38 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-05-21 22:49:38 +0000
commit1ab85f831ebd0dfc15f1f1aa2e745ebf182507da (patch)
tree49a1fc7c6f5d2f8a9d45f35d6e1c0987b0f218c9 /astro
parent53dc87bb8941c28def4701658a993206466143ac (diff)
downloadports-1ab85f831ebd0dfc15f1f1aa2e745ebf182507da.tar.gz
ports-1ab85f831ebd0dfc15f1f1aa2e745ebf182507da.zip
Remove the threads related REINPLACE again, the source comes with
a smart configure script which figures things out on its own.
Notes
Notes: svn path=/head/; revision=109670
Diffstat (limited to 'astro')
-rw-r--r--astro/ksetiwatch/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/ksetiwatch/Makefile b/astro/ksetiwatch/Makefile
index 2e2372a6562d..8aa6856a963e 100644
--- a/astro/ksetiwatch/Makefile
+++ b/astro/ksetiwatch/Makefile
@@ -20,7 +20,6 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>