diff options
author | shaun <shaun@FreeBSD.org> | 2007-04-21 23:17:27 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2007-04-21 23:17:27 +0800 |
commit | f8c1647550be756d45ddf3c9eea24b9b4f7f4e37 (patch) | |
tree | 03c28035c8839f12bc4d43033f16448febc15271 /devel/zthread | |
parent | 34c764dd1769b81b8fc0e1820c7f4713550c5f32 (diff) | |
download | freebsd-ports-gnome-f8c1647550be756d45ddf3c9eea24b9b4f7f4e37.tar.gz freebsd-ports-gnome-f8c1647550be756d45ddf3c9eea24b9b4f7f4e37.tar.zst freebsd-ports-gnome-f8c1647550be756d45ddf3c9eea24b9b4f7f4e37.zip |
- Remove FreeBSD 4.x / gcc check.
- s/INSTALLS_SHLIB/USE_LDCONFIG/
PR: ports/111870
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
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> |