diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-08-13 03:10:18 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-08-13 03:10:18 +0000 |
commit | 161198e83367033a02388f15f57a0bf7d5e3e691 (patch) | |
tree | cf57688fb21d45cf455f656e8851fe863850ae44 /graphics/rubygem-gruff | |
parent | 283c30c8c210a2bff9cd8a5f12d7ffd8aeacd424 (diff) |
graphics/rubygem-gruff: switch to graphics/rubygem-rmagick
Since graphics/ruby-rmagick is soon to be deprecated due to the death of
RubyForge
With hat: ruby@
Notes
Notes:
svn path=/head/; revision=364752
Diffstat (limited to 'graphics/rubygem-gruff')
-rw-r--r-- | graphics/rubygem-gruff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile index 383dc04ef98b..f02ec3f84123 100644 --- a/graphics/rubygem-gruff/Makefile +++ b/graphics/rubygem-gruff/Makefile @@ -3,13 +3,14 @@ PORTNAME= gruff PORTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Beautiful graphing library for Ruby using RMagick -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/RMagick2.so:${PORTSDIR}/graphics/ruby-rmagick \ +RUN_DEPENDS= rubygem-rmagick>0:${PORTSDIR}/graphics/rubygem-rmagick \ sow:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes |