pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rttool Make it depends on ruby-rdtool si...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9b2a375211a
branches:  trunk
changeset: 502811:c9b2a375211a
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Nov 09 04:26:07 2005 +0000

description:
Make it depends on ruby-rdtool since it install a library file into
rdtools's directory.

Bump PKGREVISION.

diffstat:

 textproc/ruby-rttool/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 31c7e6b2600a -r c9b2a375211a textproc/ruby-rttool/Makefile
--- a/textproc/ruby-rttool/Makefile     Wed Nov 09 04:25:09 2005 +0000
+++ b/textproc/ruby-rttool/Makefile     Wed Nov 09 04:26:07 2005 +0000
@@ -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 @@
 
 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 @@
        ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/rt
 
 .include "../../lang/ruby/modules.mk"
+.include "../../textproc/ruby-rdtool/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index