From 3ed58afe47f55a46b51e2f2d845ba4c22a2a1eb5 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 17 Aug 2014 00:37:51 +0000 Subject: [PATCH] Add USES=readline to fix build on -current. --- net-im/zephyr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/zephyr/Makefile b/net-im/zephyr/Makefile index 893ea53a56bb..948d8b29c06a 100644 --- a/net-im/zephyr/Makefile +++ b/net-im/zephyr/Makefile @@ -13,7 +13,7 @@ COMMENT= Enterprise-scale distributed messaging system LICENSE= MIT GNU_CONFIGURE= yes -USES= iconv libtool +USES= iconv libtool readline USE_RC_SUBR= zhm USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes