diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-10-13 04:05:54 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-10-13 04:05:54 +0000 |
commit | 40e8b0ab20dcfc9a11b3d66e4e803b0761f51834 (patch) | |
tree | 141ceb60d078cc489b629a27b948d76641abeed1 | |
parent | ef2630a49c0c5600e6de2d9dad6fa6d0006d30c4 (diff) | |
download | FreeBSD-ports-40e8b0ab20dcfc9a11b3d66e4e803b0761f51834.zip FreeBSD-ports-40e8b0ab20dcfc9a11b3d66e4e803b0761f51834.tar.gz |
- fix spelling of gssapi
-rw-r--r-- | security/hpn-ssh/Makefile | 4 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 4 | ||||
-rw-r--r-- | security/openssh/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/security/hpn-ssh/Makefile b/security/hpn-ssh/Makefile index 1836598..1737076 100644 --- a/security/hpn-ssh/Makefile +++ b/security/hpn-ssh/Makefile @@ -75,7 +75,7 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch .if defined(KRB5_HOME) && exists(${KRB5_HOME}) PKGNAMESUFFIX= -gssapi -CONFILCTS+= openssh-portable-* +CONFLICTS+= openssh-portable-* BUILD_DEPENDS+= autoreconf:${PORTSDIR}/devel/autoconf # USE_AUTOCONF_VER= 252 # broken CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} @@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --with-kerberos5 EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch .endif .else -CONFILCTS+= openssh-gssapi-* +CONFLICTS+= openssh-gssapi-* .endif post-configure: diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 1836598..1737076 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -75,7 +75,7 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch .if defined(KRB5_HOME) && exists(${KRB5_HOME}) PKGNAMESUFFIX= -gssapi -CONFILCTS+= openssh-portable-* +CONFLICTS+= openssh-portable-* BUILD_DEPENDS+= autoreconf:${PORTSDIR}/devel/autoconf # USE_AUTOCONF_VER= 252 # broken CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME} @@ -96,7 +96,7 @@ CONFIGURE_ARGS+= --with-kerberos5 EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch .endif .else -CONFILCTS+= openssh-gssapi-* +CONFLICTS+= openssh-gssapi-* .endif post-configure: diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 06ca62d..e3f604d 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -21,7 +21,7 @@ PATCHFILES= openbsd28_${PORTVERSION}.patch MAINTAINER= dinoex@FreeBSD.org COMMENT= OpenBSD's secure shell client and server (remote login program) -CONFLICTS?= openssh-portable-* openssh--gssapi-* ssh-1.* ssh2-3.* +CONFLICTS?= openssh-portable-* openssh-gssapi-* ssh-1.* ssh2-3.* USE_OPENSSL= yes WRKSRC= ${WRKDIR}/ssh |