diff options
author | knu <knu@FreeBSD.org> | 2000-08-25 00:35:15 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-25 00:35:15 +0800 |
commit | bf499fc2a3d6d722d37ab738a436c8946bd8b0f4 (patch) | |
tree | 74dcb01ac7e0e2c4e1cd6a059b2d028bcdc6e736 /mail | |
parent | 83209535e14e7a60223077d7090788fd7239f18c (diff) | |
download | freebsd-ports-gnome-bf499fc2a3d6d722d37ab738a436c8946bd8b0f4.tar.gz freebsd-ports-gnome-bf499fc2a3d6d722d37ab738a436c8946bd8b0f4.tar.zst freebsd-ports-gnome-bf499fc2a3d6d722d37ab738a436c8946bd8b0f4.zip |
BUILD_DEPENDS upon ruby-amstd.
Pointed out by: reberto
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-tmail/Makefile | 3 | ||||
-rw-r--r-- | mail/rubygem-tmail/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/ruby-tmail/Makefile b/mail/ruby-tmail/Makefile index 0445476f2636..ca3cea1881d2 100644 --- a/mail/ruby-tmail/Makefile +++ b/mail/ruby-tmail/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 \ ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \ diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile index 0445476f2636..ca3cea1881d2 100644 --- a/mail/rubygem-tmail/Makefile +++ b/mail/rubygem-tmail/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 \ ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \ |