diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-04-21 15:17:27 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-04-21 15:17:27 +0000 |
commit | 757d017bcb1840cc35b948263bef165f72934b95 (patch) | |
tree | 794646b8f3d8df7f382e4efe694122b6dc3dfe19 /devel/zthread | |
parent | e29155046c8c744808f950d70434a129983a0bb9 (diff) | |
download | ports-757d017bcb1840cc35b948263bef165f72934b95.tar.gz ports-757d017bcb1840cc35b948263bef165f72934b95.zip |
Notes
Diffstat (limited to 'devel/zthread')
-rw-r--r-- | devel/zthread/Makefile | 10 |
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> |