diff options
author | stas <stas@FreeBSD.org> | 2008-05-04 06:16:31 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-05-04 06:16:31 +0800 |
commit | 6344c55f048cb3bd79a8c86fc5af3d816a3ceef0 (patch) | |
tree | ae375a2d3e3a7e041e109b9a094ed77bb81b72af /graphics/rubygem-gruff | |
parent | 89441f62bdab48a4c9f27de728a83aa2d27f1eef (diff) | |
download | freebsd-ports-gnome-6344c55f048cb3bd79a8c86fc5af3d816a3ceef0.tar.gz freebsd-ports-gnome-6344c55f048cb3bd79a8c86fc5af3d816a3ceef0.tar.zst freebsd-ports-gnome-6344c55f048cb3bd79a8c86fc5af3d816a3ceef0.zip |
- Fix build after ruby-rmagick update.
Reported by: pav
Ponty hat to: me
Diffstat (limited to 'graphics/rubygem-gruff')
-rw-r--r-- | graphics/rubygem-gruff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile index 33e8fefe3b61..3baf8c5f7b94 100644 --- a/graphics/rubygem-gruff/Makefile +++ b/graphics/rubygem-gruff/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= RF MAINTAINER= ports@FreeBSD.org COMMENT= A beautiful graphing library for Ruby using RMagick -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/RMagick.so:${PORTSDIR}/graphics/ruby-rmagick \ +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/RMagick2.so:${PORTSDIR}/graphics/ruby-rmagick \ sow:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes |