diff options
Diffstat (limited to 'graphics')
-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 b5d7c2f9fa24..85a0352a167f 100644 --- a/graphics/rubygem-gruff/Makefile +++ b/graphics/rubygem-gruff/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@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}/RMagick.so:${PORTSDIR}/graphics/ruby-rmagick \ + sow:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes |