diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-09-08 13:38:07 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-09-08 13:38:07 +0000 |
commit | 2fdb1b1ad1f27be3eae4327de5ec58ba92247950 (patch) | |
tree | 50bd753ac0297ef3be0b7984236967cc59433215 | |
parent | eddcf83a0d4d6d4572bd886b80a2d78508f1343f (diff) | |
download | freebsd-ports-2fdb1b1ad1f27be3eae4327de5ec58ba92247950.zip |
sysutils/philesight: fix build with ruby 2.0
-rw-r--r-- | sysutils/philesight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/philesight/Makefile b/sysutils/philesight/Makefile index 5ca8361600fe..289d4090b6e4 100644 --- a/sysutils/philesight/Makefile +++ b/sysutils/philesight/Makefile @@ -13,10 +13,10 @@ COMMENT= Shows a graphics representation of the filesystem usage RUN_DEPENDS= rubygem-cairo>=0:${PORTSDIR}/graphics/rubygem-cairo \ ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ - ${RUBY_SITELIBDIR}/locale.rb:${PORTSDIR}/devel/ruby-locale2 \ - ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv + ${RUBY_SITELIBDIR}/locale.rb:${PORTSDIR}/devel/ruby-locale2 USE_RUBY= yes +USE_RUBY_FEATURES= iconv NO_BUILD= yes RUBY_SHEBANG_FILES= ${PORTNAME} ${PORTNAME}.rb ${PORTNAME}.cgi |