diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-18 10:42:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-18 10:42:23 +0000 |
commit | efff32e4370204d7d14a67f522413cdb9ee90580 (patch) | |
tree | 1e3ef2667d315205a65f86963460b9b90e3fdd9e /net-im | |
parent | 504e9ddfbd93552ccf666846994e7ae42a2c9247 (diff) |
- Mark BROKEN on 6.X: bad plist
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=261382
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/zephyr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/zephyr/Makefile b/net-im/zephyr/Makefile index 54bd40d30433..7f9f66ebadbc 100644 --- a/net-im/zephyr/Makefile +++ b/net-im/zephyr/Makefile @@ -32,6 +32,7 @@ OPTIONS= HEIMDAL "Use Heimdal Kerberos for ss/com_err" no # On 6.X zephyr install libzephyr.so.4 and libzephyr.so.4.0 for others .if ${OSVERSION} < 700000 PLIST_SUB+= ZEPHYR_SHVERSION=4 +BROKEN= bad plist .else PLIST_SUB+= ZEPHYR_SHVERSION=4.0 .endif |