diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-27 09:54:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-01-27 09:54:30 +0000 |
commit | 781d7760300605f920e3b7165bda7a5b19a5a5d6 (patch) | |
tree | e73662d1add8ef9cf0bece023ea4494d1e5d2f58 /devel | |
parent | fa39ed2f90fa4815478080f7739467f6ba5cbee6 (diff) | |
download | ports-781d7760300605f920e3b7165bda7a5b19a5a5d6.tar.gz ports-781d7760300605f920e3b7165bda7a5b19a5a5d6.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-racc/Makefile | 6 |
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 |