diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-04-08 00:36:19 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-04-08 00:36:19 +0000 |
commit | 2d759485fdb0feb821d8d2a6679244b981f1389a (patch) | |
tree | bbfe75b0d53af4b0cfa2ec2b51fcc09c914b8fb1 /sysutils | |
parent | dded7426c096f1b65c3d15294d7f80a312bbe000 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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]* |