diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-10 10:41:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-06-10 10:41:58 +0000 |
commit | 8081996372a97289bf0927bfcebe95a5f04e1d14 (patch) | |
tree | 52194fde2c8f3c876f080cce8d47de7eb6d19ee3 | |
parent | 367b074dba0e6fa09c62f1f932bb0f84a264ddb3 (diff) |
Notes
-rw-r--r-- | net-im/zephyr/Makefile | 3 |
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} |