aboutsummaryrefslogtreecommitdiffstats
path: root/security/openbsm
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-17 05:36:46 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-17 05:36:46 +0800
commit3e21bc49d9ee9d6a6947caa089354faf2af563e1 (patch)
tree6205e573fec05ebd1b8f1368fc3fe51268f39035 /security/openbsm
parent97757d6022a62064dfae058adc00986117d5fc28 (diff)
downloadfreebsd-ports-gnome-3e21bc49d9ee9d6a6947caa089354faf2af563e1.tar.gz
freebsd-ports-gnome-3e21bc49d9ee9d6a6947caa089354faf2af563e1.tar.zst
freebsd-ports-gnome-3e21bc49d9ee9d6a6947caa089354faf2af563e1.zip
Mark broken as appropriate: does not compile on 4.X, does not package on 5.X.
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 )