diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-14 23:47:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-14 23:47:28 +0800 |
commit | 31e9ea96819f40595b47d34d631e16c070c55c24 (patch) | |
tree | 453d1648cd1f70e62ce7ff23719e1146f609c3cd /security/ssh2 | |
parent | faa8c9ff1534bb6705089382d1268f3a6bd7b1e8 (diff) | |
download | freebsd-ports-gnome-31e9ea96819f40595b47d34d631e16c070c55c24.tar.gz freebsd-ports-gnome-31e9ea96819f40595b47d34d631e16c070c55c24.tar.zst freebsd-ports-gnome-31e9ea96819f40595b47d34d631e16c070c55c24.zip |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 90dd7ec4a9fb..3e2ff56d9be5 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -20,6 +20,7 @@ DISTNAME= ssh-${PORTVERSION} MAINTAINER= marius@alchemy.franken.de COMMENT= Secure shell client and server (remote login program) +CONFLICTS= openssh-* openssh-portable-* openssh-gssapi-* ssh-1.* GNU_CONFIGURE= YES USE_REINPLACE= YES |