aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-01-27 09:54:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-01-27 09:54:30 +0000
commit781d7760300605f920e3b7165bda7a5b19a5a5d6 (patch)
treee73662d1add8ef9cf0bece023ea4494d1e5d2f58 /devel
parentfa39ed2f90fa4815478080f7739467f6ba5cbee6 (diff)
downloadports-781d7760300605f920e3b7165bda7a5b19a5a5d6.tar.gz
ports-781d7760300605f920e3b7165bda7a5b19a5a5d6.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-racc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile
index b87448d7bf82..7d30faaf34b6 100644
--- a/devel/ruby-racc/Makefile
+++ b/devel/ruby-racc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= racc
PORTVERSION= 1.3.6
+PORTREVISION= 1
CATEGORIES= devel ruby
MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -15,8 +16,9 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
.if !defined(RUNTIME)
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime
-.endif[
+RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \
+ ${RUBY_SITELIBDIR}/strscan.rb:${PORTSDIR}/devel/ruby-strscan
+.endif
USE_RUBY= yes
USE_RUBY_AMSTD= yes