summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2000-09-03 13:12:52 +0000
committerwiz <wiz>2000-09-03 13:12:52 +0000
commitca9fcf048d3fb4adab65be6388c5334e392f57aa (patch)
tree478e3f9399b2d4979cce2718b0254d8085bf8657 /security
parent731b036b6a19a87610e9cd3e57c0e598c16cce83 (diff)
downloadpkgsrc-ca9fcf048d3fb4adab65be6388c5334e392f57aa.tar.gz
move BROKEN line so that pkglint is a lot happier about it
Diffstat (limited to 'security')
-rw-r--r--security/isakmpd/Makefile6
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"