diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-09-27 00:38:53 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-09-27 00:38:53 +0800 |
commit | d38f6d8316cb71c8b3db4df2a72b042948792178 (patch) | |
tree | a7ee5b359635552a9e8951edb56dbde83f1a54d5 /security/racoon2 | |
parent | 4f6c747262d8cb54679a36aed42b737247449cc8 (diff) | |
download | freebsd-ports-gnome-d38f6d8316cb71c8b3db4df2a72b042948792178.tar.gz freebsd-ports-gnome-d38f6d8316cb71c8b3db4df2a72b042948792178.tar.zst freebsd-ports-gnome-d38f6d8316cb71c8b3db4df2a72b042948792178.zip |
Fix libipsec checking.
PR: ports/57106
Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
Diffstat (limited to 'security/racoon2')
-rw-r--r-- | security/racoon2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |