1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Under OSVERSION >= 800000, only mark BROKEN if WITH_KERBEROS.

- The port links fine otherwise.
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2009-11-02 08:08:45 +00:00
parent dfb37f5194
commit 5eab958e66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243630

View File

@ -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}