diff options
author | tron <tron@pkgsrc.org> | 2005-09-02 17:01:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-09-02 17:01:13 +0000 |
commit | 09484352ad649af237ffc2a0e2d1fb57c91d0006 (patch) | |
tree | 9a29852d6b576dc930cb68cbf7e23a488979a7ae /security | |
parent | 69e46cb9c8fdd353fb17b5b81ada88087cf2ee09 (diff) | |
download | pkgsrc-09484352ad649af237ffc2a0e2d1fb57c91d0006.tar.gz |
Mark this package as only available on NetBSD 3.0 and newer and
Linux 2.6.x and newer.
Diffstat (limited to 'security')
-rw-r--r-- | security/ipsec-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index 76f94813b33..e0c532b7aeb 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/08/21 21:58:41 tron Exp $ +# $NetBSD: Makefile,v 1.20 2005/09/02 17:01:13 tron Exp $ DISTNAME= ipsec-tools-0.6.1 CATEGORIES= security @@ -9,6 +9,8 @@ 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].*-* + USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |