aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-07-26 09:26:15 +0800
committerswills <swills@FreeBSD.org>2011-07-26 09:26:15 +0800
commit706bfea22189d6227480b29f181898b42785ad53 (patch)
tree5d0a98c2c8aae738bf10ac60c003217f8575dcb6 /sysutils
parentd712ecb4697b9f20246ef565b7728941e1cf0ea5 (diff)
downloadfreebsd-ports-gnome-706bfea22189d6227480b29f181898b42785ad53.tar.gz
freebsd-ports-gnome-706bfea22189d6227480b29f181898b42785ad53.tar.zst
freebsd-ports-gnome-706bfea22189d6227480b29f181898b42785ad53.zip
- Remove unnecessary ruby-iconv dependency covered by
USE_RUBY_FEATURES=iconv Pointed out by: pgollucci Point hat to: swills
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rubygem-chef/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile
index 687fc95728ef..dbc625858ae2 100644
--- a/sysutils/rubygem-chef/Makefile
+++ b/sysutils/rubygem-chef/Makefile
@@ -14,8 +14,7 @@ MASTER_SITES= RG
MAINTAINER= renchap@cocoa-x.com
COMMENT= A systems integration framework. Client part
-RUN_DEPENDS= ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv \
- rubygem-mixlib-log>=1.3.0:${PORTSDIR}/devel/rubygem-mixlib-log \
+RUN_DEPENDS= rubygem-mixlib-log>=1.3.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.0:${PORTSDIR}/devel/rubygem-mixlib-authentication \