diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-03-02 16:43:40 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-03-02 16:43:40 +0800 |
commit | 0810eae48d7996e780c7bc78d5c9d1815c117678 (patch) | |
tree | b6da3364a38585e7b0d98ea8182da190c949ab2d /security/openssh-portable | |
parent | d9861d92ada329a7de14f2dadd5952477c790478 (diff) | |
download | freebsd-ports-gnome-0810eae48d7996e780c7bc78d5c9d1815c117678.tar.gz freebsd-ports-gnome-0810eae48d7996e780c7bc78d5c9d1815c117678.tar.zst freebsd-ports-gnome-0810eae48d7996e780c7bc78d5c9d1815c117678.zip |
- Fix build with HEIMBAL_BASE
PR: ports/186830
Reported by: Robert Simmons <rsimmons0@gmail.com>
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 21a53f119fb1..0491c53b03b2 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -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} |