1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Hack to allow building of -client port. The OPTIONS handling is still broken.

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
This commit is contained in:
Pav Lucistnik 2011-09-01 21:52:36 +00:00
parent 2a481f7939
commit e963054ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281006

View File

@ -160,7 +160,7 @@ INSTALL_TARGET= install
INSTALL_TARGET= install-strip
. endif
.if !defined(WITHOUT_GSSAPI)
.if defined(WITH_GSSAPI)
CONFIGURE_ARGS+=--with-gssapi
.if ${OSVERSION} >= 900000
BROKEN= does not link on FreeBSD 9.X