summaryrefslogtreecommitdiff
path: root/net-im/zephyr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-06-10 10:41:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-06-10 10:41:58 +0000
commit8081996372a97289bf0927bfcebe95a5f04e1d14 (patch)
tree52194fde2c8f3c876f080cce8d47de7eb6d19ee3 /net-im/zephyr
parent- Update to 0.8.2 (diff)
- Default OPTIONS value "no" now means "on", so change to "off"
- Mark heimdal variant BROKEN Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=298931
Diffstat (limited to 'net-im/zephyr')
-rw-r--r--net-im/zephyr/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <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}