summaryrefslogtreecommitdiff
path: root/security/isakmpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/isakmpd/Makefile')
-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"