summaryrefslogtreecommitdiff
path: root/security/isakmpd
diff options
context:
space:
mode:
authoritojun <itojun>2000-06-12 11:26:25 +0000
committeritojun <itojun>2000-06-12 11:26:25 +0000
commit00521d9a9a5cca1b23d645d8ac1899d47a2ae568 (patch)
tree897ddc498dc2ee8c584740e9f173aa6918445650 /security/isakmpd
parentb038f22e5f08065e0f1a2beb22180cf5416a76f8 (diff)
downloadpkgsrc-00521d9a9a5cca1b23d645d8ac1899d47a2ae568.tar.gz
add RESTRICTED (crypto) and IGNORE (broken by PF_KEY API change)
Diffstat (limited to 'security/isakmpd')
-rw-r--r--security/isakmpd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index 234a5cd8377..a38931ea08c 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/04/27 14:55:54 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2000/06/12 11:26:25 itojun Exp $
#
DISTNAME= isakmpd-000220
@@ -12,6 +12,9 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= itojun@kame.net
+RESTRICTED= "Crypto; export-controlled"
+IGNORE= "broken by PF_KEY API change"
+
# this is not compatible with cross build - there's no other way
.if !exists(/usr/include/netinet6/ipsec.h)
IGNORE+= "requires ipsec-ready NetBSD"