diff options
Diffstat (limited to 'news')
-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> |