diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-17 08:37:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-17 08:37:51 +0800 |
commit | c58a08c5e20d3be0c709766da4b1c5122963d821 (patch) | |
tree | 23a2ca660ec2bae618826555db6af883ae314ae8 /net-im | |
parent | 3f2a7cce351c5ec71c701bdb4acd8c70f0ef7cd9 (diff) | |
download | freebsd-ports-gnome-c58a08c5e20d3be0c709766da4b1c5122963d821.tar.gz freebsd-ports-gnome-c58a08c5e20d3be0c709766da4b1c5122963d821.tar.zst freebsd-ports-gnome-c58a08c5e20d3be0c709766da4b1c5122963d821.zip |
Add USES=readline to fix build on -current.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/zephyr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |