aboutsummaryrefslogtreecommitdiff
path: root/security/openbsm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-16 21:36:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-16 21:36:46 +0000
commita93f5df22b21fa5ab0f9fa05098a031afd3b0ec2 (patch)
treec7ef261913b6432cbdd15b99f61c9109dc24632e /security/openbsm
parentde414b96019fe1b89d30cc682134afb10b69e022 (diff)
downloadports-a93f5df22b21fa5ab0f9fa05098a031afd3b0ec2.tar.gz
ports-a93f5df22b21fa5ab0f9fa05098a031afd3b0ec2.zip
Notes
Diffstat (limited to 'security/openbsm')
-rw-r--r--security/openbsm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/openbsm/Makefile b/security/openbsm/Makefile
index 2913011b8edf..14b10b2d1bb7 100644
--- a/security/openbsm/Makefile
+++ b/security/openbsm/Makefile
@@ -46,6 +46,14 @@ MAN8= auditfilterd.8
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not compile on 4.X
+.else
+.if ${OSVERSION} < 600000
+BROKEN= does not package on 5.X
+.endif
+.endif
+
.if ( ( ${OSVERSION} < 500000 && ${OSVERSION} > 491101 ) || \
( ${OSVERSION} < 600000 && ${OSVERSION} > 503100 ) || \
${OSVERSION} >= 600000 )