summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2005-11-09 04:26:07 +0000
committertaca <taca>2005-11-09 04:26:07 +0000
commit5f198ee95ffe86e973c5fb40c4411c62062fac4d (patch)
treeadc8cc3225128b9e0a897ac1f2d42b5bc3530bf8
parent033100db5bfa636d4494b890b80c67185a206dca (diff)
downloadpkgsrc-5f198ee95ffe86e973c5fb40c4411c62062fac4d.tar.gz
Make it depends on ruby-rdtool since it install a library file into
rdtools's directory. Bump PKGREVISION.
-rw-r--r--textproc/ruby-rttool/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile
index 28602304652..438e799077e 100644
--- a/textproc/ruby-rttool/Makefile
+++ b/textproc/ruby-rttool/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2005/11/03 07:21:40 taca Exp $
+# $NetBSD: Makefile,v 1.14 2005/11/09 04:26:07 taca Exp $
DISTNAME= rttool-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc ruby
MASTER_SITES= http://www.rubyist.net/~rubikitch/archive/
@@ -11,6 +12,11 @@ COMMENT= RT to HTML (and hopefully LaTeX in future) table converter
CONFLICTS+= ruby[1-9][0-9]-rttool-*
+USE_RUBY_DIST_SUBDIR= yes
+.include "../../lang/ruby/rubyversion.mk"
+# install a library file to rdtool's directory, too
+BUILDLINK_DEPMETHOD.${RUBY_PKGPREFIX}-rdtool= full
+
VERSION= 1.0.1
USE_RUBY_DIST_SUBDIR= yes
USE_RUBY_SETUP= yes
@@ -30,4 +36,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/rt
.include "../../lang/ruby/modules.mk"
+.include "../../textproc/ruby-rdtool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"