diff options
author | wiz <wiz> | 2000-09-03 13:12:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-03 13:12:52 +0000 |
commit | 57e9a3c91a4b19c84acf65905a923a1fc57e285f (patch) | |
tree | 478e3f9399b2d4979cce2718b0254d8085bf8657 /security/isakmpd | |
parent | fa20c07856fcfda9f3db720e76eb82c47f0af7bd (diff) | |
download | pkgsrc-57e9a3c91a4b19c84acf65905a923a1fc57e285f.tar.gz |
move BROKEN line so that pkglint is a lot happier about it
Diffstat (limited to 'security/isakmpd')
-rw-r--r-- | security/isakmpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index a50d0204ed1..416ab2c7dde 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2000/08/21 21:01:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/03 13:12:52 wiz Exp $ # -BROKEN= "broken by PF_KEY API change" - DISTNAME= isakmpd-000220 PKGNAME= isakmpd-20000220 CATEGORIES= security net @@ -16,6 +14,8 @@ MAINTAINER= itojun@kame.net RESTRICTED= "Crypto; export-controlled" +BROKEN= "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+= "${PKGNAME} requires ipsec-ready NetBSD" |