diff options
author | kris <kris@FreeBSD.org> | 2004-05-23 18:22:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-23 18:22:27 +0800 |
commit | 677f8e14a4703a1af4b9a1891428f14833a1d345 (patch) | |
tree | ad0ce3c5b962eb19d54d7b4d9c1b9dadd132dd09 /net | |
parent | 2b307577e9b0b7acd9036bc6200825aceae14207 (diff) | |
download | freebsd-ports-gnome-677f8e14a4703a1af4b9a1891428f14833a1d345.tar.gz freebsd-ports-gnome-677f8e14a4703a1af4b9a1891428f14833a1d345.tar.zst freebsd-ports-gnome-677f8e14a4703a1af4b9a1891428f14833a1d345.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'net')
-rw-r--r-- | net/ns/Makefile | 4 | ||||
-rw-r--r-- | net/ns2/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index cf87c535cfc3..5cdbdc96c0f8 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -29,6 +29,10 @@ ALL_TARGET= .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502112 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 BROKEN= "Does not compile on alpha 4.x" .endif diff --git a/net/ns2/Makefile b/net/ns2/Makefile index cf87c535cfc3..5cdbdc96c0f8 100644 --- a/net/ns2/Makefile +++ b/net/ns2/Makefile @@ -29,6 +29,10 @@ ALL_TARGET= .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502112 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 BROKEN= "Does not compile on alpha 4.x" .endif |