From a68a70c33349d9c8fb9a0e145d9e604b273bccdd Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Mar 2005 21:19:46 +0000 Subject: BROKEN on !i386 and FreeBSD >= 5.x: Does not compile Approved by: portmgr (self) --- net/ns/Makefile | 8 ++------ net/ns2/Makefile | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'net') diff --git a/net/ns/Makefile b/net/ns/Makefile index eefe4f0b4652..5596c93533f6 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -30,12 +30,8 @@ ALL_TARGET= .include -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= "Does not compile on alpha 4.x" -.endif - -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +.if ${OSVERSION} >= 500000 || ${ARCH} != "i386" +BROKEN= "Does not compile on !i386 or on FreeBSD >= 5.x" .endif do-install: diff --git a/net/ns2/Makefile b/net/ns2/Makefile index eefe4f0b4652..5596c93533f6 100644 --- a/net/ns2/Makefile +++ b/net/ns2/Makefile @@ -30,12 +30,8 @@ ALL_TARGET= .include -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= "Does not compile on alpha 4.x" -.endif - -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" +.if ${OSVERSION} >= 500000 || ${ARCH} != "i386" +BROKEN= "Does not compile on !i386 or on FreeBSD >= 5.x" .endif do-install: -- cgit v1.2.3