aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-18 06:47:50 +0800
committerkris <kris@FreeBSD.org>2004-09-18 06:47:50 +0800
commit55c569d8503e8814d1808e669f90dc77691862bc (patch)
tree264bb2935ea30164ece80a9fa52e7520dc6811c2 /sysutils
parent2136eac81725e1bf7e74da91aa14f60bcb456e07 (diff)
downloadfreebsd-ports-gnome-55c569d8503e8814d1808e669f90dc77691862bc.tar.gz
freebsd-ports-gnome-55c569d8503e8814d1808e669f90dc77691862bc.tar.zst
freebsd-ports-gnome-55c569d8503e8814d1808e669f90dc77691862bc.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/and/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/and/Makefile b/sysutils/and/Makefile
index 9bacece634c1..1edd303300b9 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>