diff options
author | itojun <itojun@pkgsrc.org> | 2000-06-12 11:26:25 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-06-12 11:26:25 +0000 |
commit | 503afb0540c1099490429c7c91568fa382a24ed9 (patch) | |
tree | 897ddc498dc2ee8c584740e9f173aa6918445650 /security/isakmpd/Makefile | |
parent | dc807e6af17a11fb4e9d477505bef85dec1d8c7b (diff) | |
download | pkgsrc-503afb0540c1099490429c7c91568fa382a24ed9.tar.gz |
add RESTRICTED (crypto) and IGNORE (broken by PF_KEY API change)
Diffstat (limited to 'security/isakmpd/Makefile')
-rw-r--r-- | security/isakmpd/Makefile | 5 |
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" |