diff options
author | dholland <dholland> | 2015-01-04 04:01:47 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-04 04:01:47 +0000 |
commit | 2619eaba57915f8804768fa8b234f8d38287e623 (patch) | |
tree | f9b2cf3bcfc0f1a0f0c72002b37711b516a971cb /security | |
parent | 86f2dc457ce42aa6c729f460612cb77c95c7890a (diff) | |
download | pkgsrc-2619eaba57915f8804768fa8b234f8d38287e623.tar.gz |
document NOT_FOR_PLATFORM
Diffstat (limited to 'security')
-rw-r--r-- | security/isakmpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 075295fc486..f0ac26100f1 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2014/02/12 23:18:32 tron Exp $ +# $NetBSD: Makefile,v 1.50 2015/01/04 04:01:47 dholland Exp $ # DISTNAME= isakmpd-20030903 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= OpenBSD IKE daemon +# Dragonfly upstream says to use security/racoon2 instead. NOT_FOR_PLATFORM= DragonFly-*-* MAKE_JOBS_SAFE= no |