summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-02-11 15:46:32 +0000
committertaca <taca@pkgsrc.org>2004-02-11 15:46:32 +0000
commitb8a99f5fbd567c5725093db528af6bd6910f16ee (patch)
treeeae4734035e8ef608370bf0733ae1332e4e1d94d /textproc/ruby-rdtool/Makefile
parent6b2ef6841540898f182c74eb3333d6886f2c926c (diff)
downloadpkgsrc-b8a99f5fbd567c5725093db528af6bd6910f16ee.tar.gz
Remove dependency to ruby-amstd package and bump PKG_REVISION.
Diffstat (limited to 'textproc/ruby-rdtool/Makefile')
-rw-r--r--textproc/ruby-rdtool/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile
index 4411d6efe60..a3b5185de1d 100644
--- a/textproc/ruby-rdtool/Makefile
+++ b/textproc/ruby-rdtool/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2003/08/30 05:56:26 taca Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/11 15:46:32 taca Exp $
# FreeBSD: ports/textproc/ruby-rdtool/Makefile,v 1.15 2001/01/30 19:20:09 knu Exp
DISTNAME= rdtool-${RUBY_RD_VERSION}
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/
@@ -17,7 +18,6 @@ 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
@@ -46,6 +46,5 @@ 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"