diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-03 06:47:58 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-03 06:47:58 +0000 |
| commit | 6d895c2e6257b6db3db17020a9c7ef83d6501e28 (patch) | |
| tree | 8274b51f5749e269166313b9c75833a4626d0470 | |
| parent | bad0268e82e77f4b6aee275867b5e47d5c6c9db2 (diff) | |
Add missing BUILD_DEPENDS: devel/ruby-amstd.
| -rw-r--r-- | devel/ruby-strscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile index 968f54d27e56..194678382296 100644 --- a/devel/ruby-strscan/Makefile +++ b/devel/ruby-strscan/Makefile @@ -14,7 +14,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby +BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby \ + ${RUBY_SITELIBDIR}/amstd/info.rb:${PORTSDIR}/devel/ruby-amstd RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby \ ${RUBY_SITELIBDIR}/amstd/info.rb:${PORTSDIR}/devel/ruby-amstd |
