From 2d759485fdb0feb821d8d2a6679244b981f1389a Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Fri, 8 Apr 2011 00:36:19 +0000 Subject: [PATCH] - Fix RUN_DEPENDS with Ruby 1.9 PR: ports/156153 Approved by: Russell A. Jackson --- sysutils/puppet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index a09bb7ffc966..7311bbbb3d74 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -15,7 +15,7 @@ COMMENT= A configuration management framework written in Ruby RUN_DEPENDS= ${RUBY_SITELIBDIR}/facter.rb:${PORTSDIR}/sysutils/facter \ rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \ - ruby18-iconv>=0:${PORTSDIR}/converters/ruby-iconv + ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv CONFLICTS= puppet-devel-[0-9]*