diff options
author | knu <knu@FreeBSD.org> | 2000-08-22 14:52:18 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-22 14:52:18 +0800 |
commit | 4e7b81a61acc94eaa3d73be9c56a6847c4595b3d (patch) | |
tree | 14b20042b9a6d647092602ab1f843fa9e16d94b1 | |
parent | 0f1f19bd2ed7fdbea6f41919969ac51128d7a763 (diff) | |
download | freebsd-ports-gnome-4e7b81a61acc94eaa3d73be9c56a6847c4595b3d.tar.gz freebsd-ports-gnome-4e7b81a61acc94eaa3d73be9c56a6847c4595b3d.tar.zst freebsd-ports-gnome-4e7b81a61acc94eaa3d73be9c56a6847c4595b3d.zip |
RUN_DEPENDS on devel/ruby-racc-runtime.
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index f18229746761..f0da6005fc0b 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby \ ${RUBY_SITEARCHLIBDIR}/strscan.so:${PORTSDIR}/devel/ruby-strscan \ ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby \ + ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \ ${RUBY_SITEARCHLIBDIR}/strscan.so:${PORTSDIR}/devel/ruby-strscan \ ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse |