diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-01-12 04:23:07 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-01-12 04:23:07 +0000 |
commit | 3c49b53f2b880466822517dd21cb36f0b529de17 (patch) | |
tree | 7cf312b7160bc6ca1b0ec1e4c758727f61bae0f5 /graphics/rubygem-gruff | |
parent | b82b9c9a8a177aa647dce2862a88f5f0dc8035ab (diff) | |
download | ports-3c49b53f2b880466822517dd21cb36f0b529de17.tar.gz ports-3c49b53f2b880466822517dd21cb36f0b529de17.zip |
add missing dependency
Submitted by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=182132
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 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 |