From 8081996372a97289bf0927bfcebe95a5f04e1d14 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 10 Jun 2012 10:41:58 +0000 Subject: [PATCH] - Default OPTIONS value "no" now means "on", so change to "off" - Mark heimdal variant BROKEN Reported by: pointyhat --- net-im/zephyr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/zephyr/Makefile b/net-im/zephyr/Makefile index 30a95580f770..112f473a8f13 100644 --- a/net-im/zephyr/Makefile +++ b/net-im/zephyr/Makefile @@ -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 .if defined(WITH_HEIMDAL) +BROKEN= bad depobj LIB_DEPENDS+= ss.1:${PORTSDIR}/security/heimdal .if defined(HEIMDAL_HOME) KRB5_DIR?= ${HEIMDAL_HOME}