svn commit: r367624 - head/sysutils/philesight

Steve Wills swills at FreeBSD.org
Mon Sep 8 13:38:07 UTC 2014


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
 


More information about the svn-ports-head mailing list