diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:19:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 21:19:46 +0000 |
commit | a68a70c33349d9c8fb9a0e145d9e604b273bccdd (patch) | |
tree | d901ea44444ed90b9accb3037e9cedff6fef6475 /net/ns | |
parent | BROKEN: Does not build (diff) |
BROKEN on !i386 and FreeBSD >= 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132007
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 <bsd.port.pre.mk> -.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: |