summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:24:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:24:39 +0000
commitcbb89eb5f34d013d88b03c88bda443681dd08475 (patch)
treea2d22928b59d54a63391c49018c49402d1ae0141 /news
parentReset bouncing maintainer address (diff)
Back out previous commit; the port was fixed already
Apologies to: arved
Notes
Notes: svn path=/head/; revision=81212
Diffstat (limited to 'news')
-rw-r--r--news/newscache/Makefile8
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>