aboutsummaryrefslogtreecommitdiff
path: root/sysutils/and
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2005-10-05 13:54:44 +0000
committerAndrej Zverev <az@FreeBSD.org>2005-10-05 13:54:44 +0000
commitd4f8fb7b243298238aff2d692b9265439717703b (patch)
treed40b51e7392e9a1b7efb9d79dee9057d2513a4f2 /sysutils/and
parent8d32441bcffc87475aac43ef8a76108499e5cf5e (diff)
downloadports-d4f8fb7b243298238aff2d692b9265439717703b.tar.gz
ports-d4f8fb7b243298238aff2d692b9265439717703b.zip
Notes
Diffstat (limited to 'sysutils/and')
-rw-r--r--sysutils/and/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/and/Makefile b/sysutils/and/Makefile
index 8cb244e8b67b..5e4ecb924016 100644
--- a/sysutils/and/Makefile
+++ b/sysutils/and/Makefile
@@ -23,4 +23,10 @@ NOPRECIOUSMAKEVARS= yes
MAN5= and.conf.5 and.priorities.5
MAN8= and.8
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500014
+BROKEN= "Not functional due kernel changes >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>