diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-09-08 13:38:40 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-09-08 13:38:40 +0000 |
commit | 00d8be935f2aeee61dc849fc8e41533785b83b76 (patch) | |
tree | 31d9f9254b9a37e9336da515086f03bdb289993c /www | |
parent | 2fdb1b1ad1f27be3eae4327de5ec58ba92247950 (diff) | |
download | freebsd-ports-00d8be935f2aeee61dc849fc8e41533785b83b76.zip |
www/samidare: fix build with ruby 2.0
With hat: ruby@
Diffstat (limited to 'www')
-rw-r--r-- | www/samidare/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/samidare/Makefile b/www/samidare/Makefile index 8e3c9d488bf6..4f17c1ab60c1 100644 --- a/www/samidare/Makefile +++ b/www/samidare/Makefile @@ -14,11 +14,11 @@ COMMENT= Web page update checker written in Ruby LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= ${RUBY_SITELIBDIR}/htree.rb:${PORTSDIR}/textproc/ruby-htree \ - ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv +RUN_DEPENDS= ${RUBY_SITELIBDIR}/htree.rb:${PORTSDIR}/textproc/ruby-htree USES= gmake USE_RUBY= yes +USE_RUBY_FEATURES= iconv RUBY_SHEBANG_FILES= main.rb rb-link rb2rm rm2rb PORTDOCS= README README.ja |