diff options
-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 |