summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool/Makefile
diff options
context:
space:
mode:
authortaca <taca>2002-01-05 05:47:21 +0000
committertaca <taca>2002-01-05 05:47:21 +0000
commita67bf59880c05e30873a4b72dcf512b543e3f04d (patch)
treed71a369390229c5cf9de12521f5e268c346d8a02 /textproc/ruby-rdtool/Makefile
parent8081c39113c44687f335c6bc41d6bcbb333c0843 (diff)
downloadpkgsrc-a67bf59880c05e30873a4b72dcf512b543e3f04d.tar.gz
Fix it compile, ruby-rdtool requires explicit dependency to ruby-amstd
package now.
Diffstat (limited to 'textproc/ruby-rdtool/Makefile')
-rw-r--r--textproc/ruby-rdtool/Makefile4
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"