From 1fe62fb74b2e141e3e96efcbb1a85cdf3e4c37f4 Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Tue, 30 Aug 2005 02:56:02 +0000 Subject: [PATCH] Remove old library compatibility checking. It was necessary for 4.0-RELEASE. --- security/racoon/Makefile | 4 ---- 1 file changed, 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