diff options
author | tron <tron> | 2005-09-02 17:01:13 +0000 |
---|---|---|
committer | tron <tron> | 2005-09-02 17:01:13 +0000 |
commit | ad213b08a0c6474453c5ba0ea2ec9dc2f61f7ba2 (patch) | |
tree | 9a29852d6b576dc930cb68cbf7e23a488979a7ae | |
parent | ebdc8a428b2829fb6efe9620a73d58811c62461b (diff) | |
download | pkgsrc-ad213b08a0c6474453c5ba0ea2ec9dc2f61f7ba2.tar.gz |
Mark this package as only available on NetBSD 3.0 and newer and
Linux 2.6.x and newer.
-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 |