summaryrefslogtreecommitdiff
path: root/security/isakmpd
diff options
context:
space:
mode:
authoritojun <itojun>2000-04-12 15:09:49 +0000
committeritojun <itojun>2000-04-12 15:09:49 +0000
commit9705d49424bcd362608222af375a4037037f2f7a (patch)
treeef818181a0f20fd0a394a3c4f481ec1aff8fafbd /security/isakmpd
parent38c04b54e9a18471c7ac956e371f2877c231d29d (diff)
downloadpkgsrc-9705d49424bcd362608222af375a4037037f2f7a.tar.gz
check if the system is IPsec ready NetBSD system.
Diffstat (limited to 'security/isakmpd')
-rw-r--r--security/isakmpd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index e9fe52f3db3..74f0e415074 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2000/03/27 16:04:13 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2000/04/12 15:09:50 itojun Exp $
#
DISTNAME= isakmpd-000220
@@ -12,6 +12,11 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= itojun@kame.net
+# this is not compatible with cross build - there's no other way
+.if !exists(/usr/include/netinet6/ipsec.h)
+IGNORE+= "requires ipsec-ready NetBSD"
+.endif
+
DEPENDS+= openssl-0.9.4:../../security/openssl
DEPENDS+= gmp-*:../../devel/gmp