From d3a5735d228830154871c34a492976176b57c793 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 26 Oct 2002 02:56:26 +0000 Subject: Mark BROKEN on current --- www/webredirect/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/webredirect/Makefile b/www/webredirect/Makefile index 2a1d4d5f834a..c9c009c76bda 100644 --- a/www/webredirect/Makefile +++ b/www/webredirect/Makefile @@ -16,6 +16,12 @@ ALL_TARGET= depend all MAN1= webredirect.1 +.include + +.if ${OSVERSION} >= 500035 +BROKEN= "Does not compile on 5.0" +.endif + pre-build: @${TOUCH} ${WRKSRC}/incu/depend.mk @@ -26,4 +32,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit