svn commit: r367625 - head/www/samidare
Steve Wills
swills at FreeBSD.org
Mon Sep 8 13:38:40 UTC 2014
Author: swills
Date: Mon Sep 8 13:38:40 2014
New Revision: 367625
URL: http://svnweb.freebsd.org/changeset/ports/367625
QAT: https://qat.redports.org/buildarchive/r367625/
Log:
www/samidare: fix build with ruby 2.0
With hat: ruby@
Modified:
head/www/samidare/Makefile
Modified: head/www/samidare/Makefile
==============================================================================
--- head/www/samidare/Makefile Mon Sep 8 13:38:07 2014 (r367624)
+++ head/www/samidare/Makefile Mon Sep 8 13:38:40 2014 (r367625)
@@ -14,11 +14,11 @@ COMMENT= Web page update checker written
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
More information about the svn-ports-all
mailing list