From 635c42fc0ed24d867c5b5393cedd863b8a387e93 Mon Sep 17 00:00:00 2001 From: clement Date: Thu, 3 Nov 2005 21:57:47 +0000 Subject: - Mark broken on 4.x since it requires atoll Reported by: pointyhat via kris --- news/nntpswitch/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'news') diff --git a/news/nntpswitch/Makefile b/news/nntpswitch/Makefile index e65bc8f93b40..5446461a6e10 100644 --- a/news/nntpswitch/Makefile +++ b/news/nntpswitch/Makefile @@ -55,6 +55,11 @@ ALL_TARGET+= ldap PLIST_FILES+= lib/${PORTNAME}/auth_ldap.so .endif +.include +.if ${OSVERSION} < 500029 +BROKEN= "${PORTNAME} requires atoll(3)" +.endif + do-configure: @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/nntpswitch.conf.in @@ -65,4 +70,5 @@ post-install: .endfor ${INSTALL_DATA} ${WRKSRC}/nntpswitch.conf-dist ${ETC_DIR}/ ${INSTALL_SCRIPT} ${FILESDIR}/nntpswitch.sh ${PREFIX}/etc/rc.d/nntpswitch.sh-dist -.include + +.include -- cgit