diff options
author | manu <manu@pkgsrc.org> | 2009-01-10 17:13:01 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2009-01-10 17:13:01 +0000 |
commit | 24c4fb7253cbe45e9628b9c50e5a7ae3d6d5ccd6 (patch) | |
tree | 5806f790b80d84473c4b654a87d1f6797abef458 /security | |
parent | 9a055d30cfd42f75df29ed297871cf59b4f4895f (diff) | |
download | pkgsrc-24c4fb7253cbe45e9628b9c50e5a7ae3d6d5ccd6.tar.gz |
From Sergey Svishchev <svs@ropnet.ru>: ipsec-tools builds fine on FreeBSD
Diffstat (limited to 'security')
-rw-r--r-- | security/ipsec-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 51e70faf0e4..ef8620b385d 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/08/16 06:55:18 manu Exp $ +# $NetBSD: Makefile,v 1.29 2009/01/10 17:13:01 manu Exp $ DISTNAME= ipsec-tools-0.7.1 CATEGORIES= security @@ -9,7 +9,7 @@ MAINTAINER= manu@NetBSD.org HOMEPAGE= http://ipsec-tools.sourceforge.net/ COMMENT= IPsec-tools racoon IKE daemon -ONLY_FOR_PLATFORM= NetBSD-[3-9].*-* Linux-2.[6-9].*-* +ONLY_FOR_PLATFORM= NetBSD-[3-9].*-* FreeBSD-[5-9].*-* Linux-2.[6-9].*-* USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |