diff options
author | kris <kris@FreeBSD.org> | 2004-06-19 15:47:01 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-19 15:47:01 +0800 |
commit | 9398d7d7bbdf08a9b1a09ad00244f98229cfc5e0 (patch) | |
tree | 6427ed4b5deba3400f29ffebe6e5b435e87c8c58 /security | |
parent | f957505982f077742379218ae6790b4143861da7 (diff) | |
download | freebsd-ports-gnome-9398d7d7bbdf08a9b1a09ad00244f98229cfc5e0.tar.gz freebsd-ports-gnome-9398d7d7bbdf08a9b1a09ad00244f98229cfc5e0.tar.zst freebsd-ports-gnome-9398d7d7bbdf08a9b1a09ad00244f98229cfc5e0.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'security')
-rw-r--r-- | security/vncrypt/Makefile | 4 |
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="" |