diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 19:24:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 19:24:39 +0800 |
commit | 2db9f6a7769d868882b7f781ecfa199c5c032bc6 (patch) | |
tree | 626a51c5885ec5bdc2c45ca7dfe15f614bff6ce3 /news | |
parent | 1f8c05654a561a0e9ff07bc730ac2c04f44c9169 (diff) | |
download | freebsd-ports-gnome-2db9f6a7769d868882b7f781ecfa199c5c032bc6.tar.gz freebsd-ports-gnome-2db9f6a7769d868882b7f781ecfa199c5c032bc6.tar.zst freebsd-ports-gnome-2db9f6a7769d868882b7f781ecfa199c5c032bc6.zip |
Back out previous commit; the port was fixed already
Apologies to: arved
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> |