diff options
Diffstat (limited to 'security/ssh-ip-tunnel/Makefile')
-rw-r--r-- | security/ssh-ip-tunnel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ssh-ip-tunnel/Makefile b/security/ssh-ip-tunnel/Makefile index 0729e13003f..6a7c4f6c96f 100644 --- a/security/ssh-ip-tunnel/Makefile +++ b/security/ssh-ip-tunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/12/30 09:15:36 obache Exp $ +# $NetBSD: Makefile,v 1.16 2008/05/25 21:42:22 joerg Exp $ DISTNAME= vpn-1.0 PKGNAME= ssh-ip-tunnel-1.0 @@ -17,6 +17,8 @@ SSH= ${PREFIX}/bin/ssh SSH= /usr/bin/ssh .endif +USE_TOOLS+= pax + CONFLICTS= vpn-1.0 GNU_CONFIGURE= YES |