diff options
author | jwise <jwise@pkgsrc.org> | 2003-07-24 20:59:03 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2003-07-24 20:59:03 +0000 |
commit | 17b55e0ebf224173bfc9ab54988d753cc18fae72 (patch) | |
tree | 1a2b5c528723a4fd5eea29cecceac7bbc3ae7847 /security/ssh2 | |
parent | bf2ee3a5262166d8dc8a1f61a46ab5022ab2ef5d (diff) | |
download | pkgsrc-17b55e0ebf224173bfc9ab54988d753cc18fae72.tar.gz |
Mark conflicts with openssh+gssapi.
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh2/Makefile.common b/security/ssh2/Makefile.common index 296e9c92504..157de58d353 100644 --- a/security/ssh2/Makefile.common +++ b/security/ssh2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2003/07/17 22:53:17 grant Exp $ +# $NetBSD: Makefile.common,v 1.4 2003/07/24 20:59:04 jwise Exp $ # DISTNAME= ssh-3.2.2 @@ -9,6 +9,7 @@ MAINTAINER= seb@NetBSD.org HOMEPAGE= http://www.ssh.com CONFLICTS+= openssh-[0-9]* ssh6-[0-9]* ssh-[0-9]* sftp-[0-9]* +CONFLICTS+= openssh+gssapi-[0-9]* USE_BUILDLINK2= YES USE_PKGINSTALL= YES |