mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Use USE_RUBY_FEATURES macro for iconv instead of direct dependency.
Suggested by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Feature safe: yes
This commit is contained in:
parent
642ec05663
commit
81476af688
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268098
@ -13,8 +13,7 @@ MASTER_SITES= RG
|
||||
MAINTAINER= renchap@cocoa-x.com
|
||||
COMMENT= A systems integration framework. Client part
|
||||
|
||||
BUILD_DEPENDS= ruby18-iconv>=0.0.0:${PORTSDIR}/converters/ruby-iconv \
|
||||
rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log \
|
||||
BUILD_DEPENDS= 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 \
|
||||
@ -31,6 +30,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
USE_RUBY_FEATURES= iconv
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES= bin/chef-client \
|
||||
|
Loading…
Reference in New Issue
Block a user