diff options
Diffstat (limited to 'security/racoon/Makefile')
-rw-r--r-- | security/racoon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index bdfeffe115f4..bfe1a538aa24 100644 --- a/security/racoon/Makefile +++ b/security/racoon/Makefile @@ -7,13 +7,14 @@ PORTNAME= racoon PORTVERSION= 20030711a +PORTREVISION= 1 CATEGORIES= security net 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) +.if !exists(/usr/lib/libipsec.so.1) && !exists(/lib/libipsec.so.1) BROKEN= "You must upgrade the OS" .endif |