diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 08:30:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 08:30:33 +0800 |
commit | fc7e6e8291e236fe7b95b4d03410bc26d61414e7 (patch) | |
tree | b6018fb3f0d3e9820b676a6536c9751859488d50 /net-mgmt | |
parent | c1ef97ee4cd417da78d572325cf6ec3e91b627dd (diff) | |
download | freebsd-ports-gnome-fc7e6e8291e236fe7b95b4d03410bc26d61414e7.tar.gz freebsd-ports-gnome-fc7e6e8291e236fe7b95b4d03410bc26d61414e7.tar.zst freebsd-ports-gnome-fc7e6e8291e236fe7b95b4d03410bc26d61414e7.zip |
BROKEN: Does not compile on 6.x
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netams/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/netams/Makefile b/net-mgmt/netams/Makefile index ec1787d965c7..54c012093815 100644 --- a/net-mgmt/netams/Makefile +++ b/net-mgmt/netams/Makefile @@ -47,6 +47,10 @@ OPTIONS= DEBUG "Build with debug symbols" off \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 601104 +BROKEN= Does not compile on FreeBSD >= 6.x +.endif + #.if !exists(${SYSDIR}) #IGNORE= Could not find the kernel sources in ${SYSDIR}. Please define SYSDIR #.endif |