diff options
author | itojun <itojun> | 2000-06-12 11:26:25 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-06-12 11:26:25 +0000 |
commit | 00521d9a9a5cca1b23d645d8ac1899d47a2ae568 (patch) | |
tree | 897ddc498dc2ee8c584740e9f173aa6918445650 | |
parent | b038f22e5f08065e0f1a2beb22180cf5416a76f8 (diff) | |
download | pkgsrc-00521d9a9a5cca1b23d645d8ac1899d47a2ae568.tar.gz |
add RESTRICTED (crypto) and IGNORE (broken by PF_KEY API change)
-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" |