diff options
author | lioux <lioux@FreeBSD.org> | 2009-11-02 16:08:45 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-11-02 16:08:45 +0800 |
commit | 912a4fcabf64164b28c3f066c9b445d0876f7106 (patch) | |
tree | cbc2638700bea5f56861f1c8e395c5a3e2c517f2 /security/openssh-portable/Makefile | |
parent | 076a43493378f12211626b6f876350ee092a049b (diff) | |
download | freebsd-ports-gnome-912a4fcabf64164b28c3f066c9b445d0876f7106.tar.gz freebsd-ports-gnome-912a4fcabf64164b28c3f066c9b445d0876f7106.tar.zst freebsd-ports-gnome-912a4fcabf64164b28c3f066c9b445d0876f7106.zip |
- Under OSVERSION >= 800000, only mark BROKEN if WITH_KERBEROS.
- The port links fine otherwise.
Diffstat (limited to 'security/openssh-portable/Makefile')
-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} |