summaryrefslogtreecommitdiffstats
path: root/security/vncrypt
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-19 07:47:01 +0000
committerkris <kris@FreeBSD.org>2004-06-19 07:47:01 +0000
commit9398d7d7bbdf08a9b1a09ad00244f98229cfc5e0 (patch)
tree6427ed4b5deba3400f29ffebe6e5b435e87c8c58 /security/vncrypt
parentf957505982f077742379218ae6790b4143861da7 (diff)
downloadFreeBSD-ports-9398d7d7bbdf08a9b1a09ad00244f98229cfc5e0.zip
FreeBSD-ports-9398d7d7bbdf08a9b1a09ad00244f98229cfc5e0.tar.gz
BROKEN on 5.x: Does not compile
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 2274175..c45ca34 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=""
OpenPOWER on IntegriCloud