From cd0be627e57db169dc8cc88c21af77d288eb1f16 Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 12 Jan 2007 04:23:07 +0000 Subject: add missing dependency Submitted by: pointyhat via kris --- graphics/rubygem-gruff/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics') 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 -- cgit