aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-04-03 13:18:28 +0800
committerdinoex <dinoex@FreeBSD.org>2004-04-03 13:18:28 +0800
commitec347ff2e421f89e1458638695b308a227277c3b (patch)
treec6bff27b831831ae8257a4813fb6ac8698659401 /security/openssh-portable/Makefile
parent2e96632fdf8edf0b0f8aae0f33bd9c29024c98dc (diff)
downloadfreebsd-ports-gnome-ec347ff2e421f89e1458638695b308a227277c3b.tar.gz
freebsd-ports-gnome-ec347ff2e421f89e1458638695b308a227277c3b.tar.zst
freebsd-ports-gnome-ec347ff2e421f89e1458638695b308a227277c3b.zip
- force kerberos by option WITH_GSSAPI
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile4
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=