aboutsummaryrefslogtreecommitdiff
path: root/security/op
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 04:59:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 04:59:50 +0000
commit7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c (patch)
treec74847167d3173a23cdfc49ce90072a2f023fecd /security/op
parent7f91b56b5bf59db3283548ee901e99d9efd163c4 (diff)
downloadports-7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c.tar.gz
ports-7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c.zip
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91281
Diffstat (limited to 'security/op')
-rw-r--r--security/op/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/op/Makefile b/security/op/Makefile
index 829ea1013598..a8d2909924a0 100644
--- a/security/op/Makefile
+++ b/security/op/Makefile
@@ -48,6 +48,12 @@ CONF_FILE= op.access
SAMP_SUFX= .sample
DOC_FILES= README op.paper
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
# Post-extract
#
@@ -92,4 +98,4 @@ install-doc-files:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>