summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-08-11 14:20:55 +0000
committermarino <marino@pkgsrc.org>2012-08-11 14:20:55 +0000
commit06560370f42e77053238a19e845ae7a80729c834 (patch)
treeea15b20ab181b1fd2a5747affead15d8d6cbe4eb /security
parentda93710be0790a5e9dc88b867a937d8b87268a50 (diff)
downloadpkgsrc-06560370f42e77053238a19e845ae7a80729c834.tar.gz
security/isakmpd: Mark NOT-FOR-DRAGONFLY
DragonFly users are referred to the security/racoon2 instead.
Diffstat (limited to 'security')
-rw-r--r--security/isakmpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index 10f3debeed0..65900fb19ed 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2010/01/17 12:02:40 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2012/08/11 14:20:55 marino Exp $
#
DISTNAME= isakmpd-20030903
@@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= OpenBSD IKE daemon
PKG_DESTDIR_SUPPORT= user-destdir
+NOT_FOR_PLATFORM= DragonFly-*-*
# this is not compatible with cross build - there's no other way
.if !exists(/usr/include/netinet6/ipsec.h)