summaryrefslogtreecommitdiff
path: root/security/racoon2
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-09-26 16:38:53 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-09-26 16:38:53 +0000
commit8ec5b9a048152f1f4c8601243502444f39a13754 (patch)
tree7cd383be9011ed7f7b4ce196428edefde5e905ea /security/racoon2
parentUpdate to 2.4.0. (diff)
Fix libipsec checking.
PR: ports/57106 Submitted by: Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net>
Notes
Notes: svn path=/head/; revision=89461
Diffstat (limited to 'security/racoon2')
-rw-r--r--security/racoon2/Makefile3
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