diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-09-26 16:38:53 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-09-26 16:38:53 +0000 |
commit | d38f6d8316cb71c8b3db4df2a72b042948792178 (patch) | |
tree | a7ee5b359635552a9e8951edb56dbde83f1a54d5 /security/racoon | |
parent | 4f6c747262d8cb54679a36aed42b737247449cc8 (diff) | |
download | FreeBSD-ports-d38f6d8316cb71c8b3db4df2a72b042948792178.zip FreeBSD-ports-d38f6d8316cb71c8b3db4df2a72b042948792178.tar.gz |
Fix libipsec checking.
PR: ports/57106
Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
Diffstat (limited to 'security/racoon')
-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 bdfeffe..bfe1a53 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 |