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