summaryrefslogtreecommitdiffstats
path: root/sysutils/and/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/and/Makefile')
-rw-r--r--sysutils/and/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/and/Makefile b/sysutils/and/Makefile
index 9bacece..1edd303 100644
--- a/sysutils/and/Makefile
+++ b/sysutils/and/Makefile
@@ -22,4 +22,10 @@ ALL_TARGET= default
MAN5= and.conf.5 and.priorities.5
MAN8= and.8
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud