diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-09-26 16:38:53 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-09-26 16:38:53 +0000 |
commit | 8ec5b9a048152f1f4c8601243502444f39a13754 (patch) | |
tree | 7cd383be9011ed7f7b4ce196428edefde5e905ea /security | |
parent | 59c739849e298bb61e730eef1e7d4ad1028eeb06 (diff) | |
download | ports-8ec5b9a048152f1f4c8601243502444f39a13754.tar.gz ports-8ec5b9a048152f1f4c8601243502444f39a13754.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/racoon/Makefile | 3 | ||||
-rw-r--r-- | security/racoon2/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index bdfeffe115f4..bfe1a538aa24 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/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 |