summaryrefslogtreecommitdiff
path: root/security/vncrypt
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-19 07:47:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-19 07:47:01 +0000
commit29814c80cf1fbfb71ed6b0aaa6c55a583adbf7bf (patch)
tree71553218eb7e40661095a876c8a3e061c3d7d2fa /security/vncrypt
parentBROKEN: Does not compile on FreeBSD >= 5.x (diff)
BROKEN on 5.x: Does not compile
Notes
Notes: svn path=/head/; revision=111796
Diffstat (limited to 'security/vncrypt')
-rw-r--r--security/vncrypt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/vncrypt/Makefile b/security/vncrypt/Makefile
index 2274175103d3..c45ca342ea08 100644
--- a/security/vncrypt/Makefile
+++ b/security/vncrypt/Makefile
@@ -27,6 +27,10 @@ SUP_OS_VER= 450004
BROKEN= "OS versions prior to ${SUP_OS_VER} is not supported"
.endif
+.if ${OSVERSION} >= 502112
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.ifdef(IPSEC)
#Compile for kernel with IPSEC support
MAKE_ENV+= CRYPTO_SRCS=""