Date: Mon, 8 Sep 2014 13:38:07 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367624 - head/sysutils/philesight Message-ID: <201409081338.s88Dc7sp073135@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Sep 8 13:38:07 2014 New Revision: 367624 URL: http://svnweb.freebsd.org/changeset/ports/367624 QAT: https://qat.redports.org/buildarchive/r367624/ Log: sysutils/philesight: fix build with ruby 2.0 Modified: head/sysutils/philesight/Makefile Modified: head/sysutils/philesight/Makefile ============================================================================== --- head/sysutils/philesight/Makefile Mon Sep 8 13:28:04 2014 (r367623) +++ head/sysutils/philesight/Makefile Mon Sep 8 13:38:07 2014 (r367624) @@ -13,10 +13,10 @@ COMMENT= Shows a graphics representation 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409081338.s88Dc7sp073135>