diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-04-12 10:42:52 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-04-12 10:42:52 +0000 |
commit | 3d3cfd741c0a557b1134bee4002b626fc1311360 (patch) | |
tree | a5bc468e2238190e6e30fea01a880f43fefdd6d3 /security | |
parent | c0558c73e04c33f5499d561e633b9d470cb9dd54 (diff) | |
download | pkgsrc-3d3cfd741c0a557b1134bee4002b626fc1311360.tar.gz |
Add a CONFLICTS entry for sftp.
Detected by pkgconflict.
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 |