aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2007-04-21 15:17:27 +0000
committerShaun Amott <shaun@FreeBSD.org>2007-04-21 15:17:27 +0000
commit757d017bcb1840cc35b948263bef165f72934b95 (patch)
tree794646b8f3d8df7f382e4efe694122b6dc3dfe19 /devel
parente29155046c8c744808f950d70434a129983a0bb9 (diff)
downloadports-757d017bcb1840cc35b948263bef165f72934b95.tar.gz
ports-757d017bcb1840cc35b948263bef165f72934b95.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/zthread/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile
index 03c249b6541d..00d56abbe8b0 100644
--- a/devel/zthread/Makefile
+++ b/devel/zthread/Makefile
@@ -21,16 +21,10 @@ CONFIGURE_ARGS= --without-ftime --disable-static
USE_GMAKE= yes
MAKE_ARGS+= INSTALL_PROGRAM="${INSTALL_SCRIPT}"
MAKE_ENV+= SED=sed # req'd for LIBTOOL?!
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC= 3.3+
-.endif
-
post-extract:
@${FIND} ${WRKSRC} -name CVS -type d -delete
@@ -43,4 +37,4 @@ post-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>