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

- Default OPTIONS value "no" now means "on", so change to "off"

- Mark heimdal variant BROKEN

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2012-06-10 10:41:58 +00:00
parent 367b074dba
commit 8081996372
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298931

View File

@ -25,11 +25,12 @@ USE_ICONV= yes
MAN1= zephyr.1 zaway.1 zctl.1 zleave.1 zlocate.1 znol.1 zwrite.1 zwgc.1
MAN8= zhm.8 zephyrd.8 zstat.8 zshutdown_notify.8
OPTIONS= HEIMDAL "Use Heimdal Kerberos for ss/com_err" no
OPTIONS= HEIMDAL "Use Heimdal Kerberos for ss/com_err" off
.include <bsd.port.options.mk>
.if defined(WITH_HEIMDAL)
BROKEN= bad depobj
LIB_DEPENDS+= ss.1:${PORTSDIR}/security/heimdal
.if defined(HEIMDAL_HOME)
KRB5_DIR?= ${HEIMDAL_HOME}