summaryrefslogtreecommitdiff
path: root/security/isakmpd
diff options
context:
space:
mode:
authormarino <marino>2012-08-11 14:20:55 +0000
committermarino <marino>2012-08-11 14:20:55 +0000
commit31ed80875bdbdd66a393fcb47d4959703b4abdf1 (patch)
treeea15b20ab181b1fd2a5747affead15d8d6cbe4eb /security/isakmpd
parenta6465add45d95bb2bbd781a24373cedf9687b93a (diff)
downloadpkgsrc-31ed80875bdbdd66a393fcb47d4959703b4abdf1.tar.gz
security/isakmpd: Mark NOT-FOR-DRAGONFLY
DragonFly users are referred to the security/racoon2 instead.
Diffstat (limited to 'security/isakmpd')
-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)