diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-03 05:18:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-04-03 05:18:28 +0000 |
commit | c07ec248655f24d0f0cc62af828e986b0f696cc5 (patch) | |
tree | 4e7fea5fc407a2fde699e08405d9a904a960d0b1 /security/openssh-portable/Makefile | |
parent | 76b7a01e5ed5d9b2f98bed235f0abf91c0a42b51 (diff) | |
download | ports-c07ec248655f24d0f0cc62af828e986b0f696cc5.tar.gz ports-c07ec248655f24d0f0cc62af828e986b0f696cc5.zip |
Notes
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r-- | security/openssh-portable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 1914de5e797b..bbc5d0212829 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-tcp-wrappers CONFIGURE_ARGS+= --disable-suid-ssh .endif -.if defined(KRB5_HOME) && exists(${KRB5_HOME}) +.if defined(KRB5_HOME) && exists(${KRB5_HOME}) || defined(WITH_GSSAPI) PORTABLE_SUFFIX= GSSAPI_SUFFIX= -gssapi CONFLICTS+= openssh-portable-* @@ -129,7 +129,7 @@ test: .include <bsd.port.pre.mk> -.if defined(KRB5_HOME) && exists(${KRB5_HOME}) +.if defined(KRB5_HOME) && exists(${KRB5_HOME}) || defined(WITH_GSSAPI) .if ${OPENSSLBASE} == "/usr" CONFIGURE_ARGS+= --without-rpath LDFLAGS= |