diff options
author | pav <pav@FreeBSD.org> | 2010-09-18 18:42:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-09-18 18:42:23 +0800 |
commit | 5c508887e0a62b0f2b27c5cbf258b72b25b8263a (patch) | |
tree | 3d2e396379dc469096e69f4eec26aeb6ebbbcf6a /net-im/zephyr | |
parent | a1f0734921d7c11141868e18eb38ac1ea58d8f07 (diff) | |
download | freebsd-ports-gnome-5c508887e0a62b0f2b27c5cbf258b72b25b8263a.tar.gz freebsd-ports-gnome-5c508887e0a62b0f2b27c5cbf258b72b25b8263a.tar.zst freebsd-ports-gnome-5c508887e0a62b0f2b27c5cbf258b72b25b8263a.zip |
- Mark BROKEN on 6.X: bad plist
Reported by: pointyhat
Diffstat (limited to 'net-im/zephyr')
-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 |