diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:24:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:24:39 +0000 |
commit | cbb89eb5f34d013d88b03c88bda443681dd08475 (patch) | |
tree | a2d22928b59d54a63391c49018c49402d1ae0141 | |
parent | e772df02baa3106ecf3c672e43fc27767b56cc56 (diff) | |
download | ports-cbb89eb5f34d013d88b03c88bda443681dd08475.tar.gz ports-cbb89eb5f34d013d88b03c88bda443681dd08475.zip |
Notes
-rw-r--r-- | news/newscache/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 94ca2199005c..e270b484eb42 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -17,12 +17,6 @@ COMMENT= NewsCache is a free cache server for USENET News LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - USE_AUTOMAKE_VER= 15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" @@ -34,4 +28,4 @@ MAN8= newscache.8 newscacheclean.8 updatenews.8 post-patch: cd ${WRKSRC}; ./autogen -.include <bsd.port.post.mk> +.include <bsd.port.mk> |