diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 05:19:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 05:19:46 +0800 |
commit | a2f260b6203c599651390fed7752b64c5c9a7e9c (patch) | |
tree | 00136ebc2c79fe344326cc119b22a9876590f5de /net/ns2 | |
parent | c2c6e8e37917207d3d3504916ec7f52d775e47a7 (diff) | |
download | freebsd-ports-gnome-a2f260b6203c599651390fed7752b64c5c9a7e9c.tar.gz freebsd-ports-gnome-a2f260b6203c599651390fed7752b64c5c9a7e9c.tar.zst freebsd-ports-gnome-a2f260b6203c599651390fed7752b64c5c9a7e9c.zip |
BROKEN on !i386 and FreeBSD >= 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'net/ns2')
-rw-r--r-- | net/ns2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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 <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: |