diff options
author | wennmach <wennmach> | 2001-04-12 10:42:52 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-04-12 10:42:52 +0000 |
commit | 883610a3689529164cef224f61125978f5cca498 (patch) | |
tree | a5bc468e2238190e6e30fea01a880f43fefdd6d3 /security | |
parent | fab2ed7fb68a5938790f33e0d6608389aa3eb0cd (diff) | |
download | pkgsrc-883610a3689529164cef224f61125978f5cca498.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 |