diff options
author | taca <taca@pkgsrc.org> | 2002-01-05 05:47:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-01-05 05:47:21 +0000 |
commit | 54325f549df5a3c3364795305cb586658f94ab16 (patch) | |
tree | d71a369390229c5cf9de12521f5e268c346d8a02 /textproc | |
parent | 18684b6a490ca1f93b33d49557f7e096a0277c61 (diff) | |
download | pkgsrc-54325f549df5a3c3364795305cb586658f94ab16.tar.gz |
Fix it compile, ruby-rdtool requires explicit dependency to ruby-amstd
package now.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index caf8b97d387..9b65d406574 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/01/03 14:11:25 taca Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/05 05:47:21 taca Exp $ # FreeBSD: ports/textproc/ruby-rdtool/Makefile,v 1.15 2001/01/30 19:20:09 knu Exp DISTNAME= rdtool-${RUBY_RD_VERSION} @@ -18,6 +18,7 @@ DEPENDS+= ${RUBY_PKGNAMEPREFIX}strscan>=0.6.1:../../devel/ruby-strscan DIST_SUBDIR= ruby USE_RUBY= yes +USE_RUBY_AMSTD= yes INSTALL_TARGET= install install-rmi2html REPLACE_RUBY= rmi2html.rb utils/rdswap.rb @@ -51,5 +52,6 @@ post-install: ${INSTALL_DATA} ${RUBY_SITELIBDIR}/rd/dot.rd2rc ${RUBY_EXAMPLESDIR}/rd .include "Makefile.common" +.include "../../devel/ruby-amstd/Makefile.common" .include "../../lang/ruby-base/Makefile.common" .include "../../mk/bsd.pkg.mk" |