aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-03 08:30:33 +0800
committerkris <kris@FreeBSD.org>2006-09-03 08:30:33 +0800
commitfc7e6e8291e236fe7b95b4d03410bc26d61414e7 (patch)
treeb6018fb3f0d3e9820b676a6536c9751859488d50 /net-mgmt
parentc1ef97ee4cd417da78d572325cf6ec3e91b627dd (diff)
downloadfreebsd-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/Makefile4
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