aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2005-08-30 10:56:02 +0800
committersumikawa <sumikawa@FreeBSD.org>2005-08-30 10:56:02 +0800
commit08af072a585ab4f0a3ba61fb90501de027e9e18a (patch)
tree2650617a1aa876488c3a4ef575e64afee65435d7 /security
parent432e78146a456ec70f3e64cb85258edf7be289bb (diff)
downloadfreebsd-ports-gnome-08af072a585ab4f0a3ba61fb90501de027e9e18a.tar.gz
freebsd-ports-gnome-08af072a585ab4f0a3ba61fb90501de027e9e18a.tar.zst
freebsd-ports-gnome-08af072a585ab4f0a3ba61fb90501de027e9e18a.zip
Remove old library compatibility checking.
It was necessary for 4.0-RELEASE.
Diffstat (limited to 'security')
-rw-r--r--security/racoon/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 97f9f1b3864a..de49338c6bed 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -13,10 +13,6 @@ MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= KAME racoon IKE daemon
-.if !exists(/usr/lib/libipsec.so.1) && !exists(/lib/libipsec.so.1)
-BROKEN= "You must upgrade the OS"
-.endif
-
USE_RC_SUBR= YES
USE_OPENSSL= YES