svn commit: r346742 - head/security/openssh-portable
Bryan Drewery
bdrewery at FreeBSD.org
Sun Mar 2 08:43:42 UTC 2014
Author: bdrewery
Date: Sun Mar 2 08:43:40 2014
New Revision: 346742
URL: http://svnweb.freebsd.org/changeset/ports/346742
QAT: https://qat.redports.org/buildarchive/r346742/
Log:
- Fix build with HEIMBAL_BASE
PR: ports/186830
Reported by: Robert Simmons <rsimmons0 at gmail.com>
Modified:
head/security/openssh-portable/Makefile
Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile Sun Mar 2 08:32:35 2014 (r346741)
+++ head/security/openssh-portable/Makefile Sun Mar 2 08:43:40 2014 (r346742)
@@ -177,9 +177,7 @@ PORT_OPTIONS+= OVERWRITE_BASE
.if ${PORT_OPTIONS:MMIT} || ${PORT_OPTIONS:MHEIMDAL} || ${PORT_OPTIONS:MHEIMDAL_BASE}
. if ${PORT_OPTIONS:MHEIMDAL_BASE}
-. if ${PORT_OPTIONS:MKERB_GSSAPI}
CONFIGURE_LIBS+= -lgssapi_krb5
-. endif
CONFIGURE_ARGS+= --with-kerberos5=/usr
. else
CONFIGURE_ARGS+= --with-kerberos5=${LOCALBASE}
More information about the svn-ports-all
mailing list