diff options
-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 |