From 9ae4c8785c2a78c41382860833f859071cb6ed65 Mon Sep 17 00:00:00 2001 From: erwin Date: Sat, 23 Aug 2008 17:14:08 +0000 Subject: Mark BROKEN on 8.x: does not build. --- net/ipex/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/ipex/Makefile b/net/ipex/Makefile index 205b2e6d7f4d..c91bab5f04c8 100644 --- a/net/ipex/Makefile +++ b/net/ipex/Makefile @@ -24,4 +24,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipex ${PREFIX}/bin/ipex ${INSTALL_MAN} ${WRKSRC}/doc/ipex.1.gz ${MANPREFIX}/man/man1/ipex.1.gz -.include +.include + +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + +.include -- cgit