diff options
author | tv <tv@pkgsrc.org> | 2005-11-01 03:40:34 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-01 03:40:34 +0000 |
commit | 350d4eb6fdce19a254100f2e7f28f03a9d63cd2f (patch) | |
tree | 7373a943e93876653193c251fae0984152d1b31f /net/vpnc | |
parent | fe89a368e8f312b4455aa70664d667476b4f16c3 (diff) | |
download | pkgsrc-350d4eb6fdce19a254100f2e7f28f03a9d63cd2f.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'net/vpnc')
-rw-r--r-- | net/vpnc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/vpnc/Makefile b/net/vpnc/Makefile index 0891898a59d..f0672b31ae9 100644 --- a/net/vpnc/Makefile +++ b/net/vpnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:29 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/11/01 03:40:34 tv Exp $ # DISTNAME= vpnc-0.3.2 @@ -9,6 +9,8 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.unix-ag.uni-kl.de/~massar/vpnc/ COMMENT= Client for Cisco3000 VPN Concentrator +NOT_FOR_PLATFORM= Interix-*-* + USE_TOOLS+= gmake BUILD_TARGET= vpnc INSTALLATION_DIRS= bin man/man8 |