diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index e13c9292265..ad2d84836c6 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2001/04/09 13:32:55 tron Exp $ +# $NetBSD: Makefile,v 1.46 2001/04/12 10:42:52 wennmach Exp $ DISTNAME= openssh-2.5.2p2 CATEGORIES= security @@ -12,6 +12,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssh.com/ COMMENT= Open Source Secure shell client and server (remote login program) +CONFLICTS= sftp-* + BUILD_DEPENDS+= perl-5.*:../../lang/perl5 BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf |