diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-11-02 08:08:45 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-11-02 08:08:45 +0000 |
commit | 5eab958e66f868959076fbd203c8867a611c9070 (patch) | |
tree | a2fccf18ea9a9c4327b873a38162b74d156d9645 /security/openssh-portable | |
parent | dfb37f5194640d9659c92db8e16c0bd4c15e39ca (diff) | |
download | ports-5eab958e66f868959076fbd203c8867a611c9070.tar.gz ports-5eab958e66f868959076fbd203c8867a611c9070.zip |
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 69f12fe3105d..af88de3d3e0c 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -128,9 +128,11 @@ EXTRA_PATCHES+= ${FILESDIR}/gss-serv.c.patch .endif .if ${OSVERSION} >= 800000 +.if !defined(WITHOUT_KERBEROS) BROKEN= does not link .endif .endif +.endif .if ${OPENSSLBASE} != "/usr" CONFIGURE_ARGS+= --with-ssl-dir=${OPENSSLBASE} |