diff options
author | stas <stas@FreeBSD.org> | 2011-01-22 04:37:11 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-01-22 04:37:11 +0800 |
commit | 02370747db7f5ade9bf882491df775e5303b3ea4 (patch) | |
tree | 9aff2b2f6558ca33c0b4207fbf1b51c5433256ac /sysutils | |
parent | 363aeaf783b2791399e414499aed8c15ad5479a5 (diff) | |
download | freebsd-ports-graphics-02370747db7f5ade9bf882491df775e5303b3ea4.tar.gz freebsd-ports-graphics-02370747db7f5ade9bf882491df775e5303b3ea4.tar.zst freebsd-ports-graphics-02370747db7f5ade9bf882491df775e5303b3ea4.zip |
- Add missing iconv dependency.
PR: ports/154191
Submitted by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rubygem-chef/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index 3d6f50b36db..0e33b4f6475 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= RG MAINTAINER= renchap@cocoa-x.com COMMENT= A systems integration framework. Client part -BUILD_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \ +BUILD_DEPENDS= ruby18-iconv>=0.0.0:${PORTSDIR}/converters/ruby-iconv \ + rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \ rubygem-mixlib-config>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-config \ rubygem-mixlib-cli>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-cli \ rubygem-mixlib-authentication>=1.1.2:${PORTSDIR}/devel/rubygem-mixlib-authentication \ |