aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netams
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 00:30:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 00:30:33 +0000
commit0b089748ed3a27682141d998fbc74edd7f070243 (patch)
tree744f8abec3a03a3f00b4ef5c62400d922ac6b0ce /net-mgmt/netams
parente47307260da22b15999173c8ce7680939c358ab6 (diff)
Notes
Diffstat (limited to 'net-mgmt/netams')
-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