diff options
author | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
commit | c3ffe35cf7ee20fd3da97e0a0794bc882f07de92 (patch) | |
tree | 9cf6619510831f4eb9e9674ceb40e93ec754e856 /textproc | |
parent | b7bfa051b1142e2e7675efac79fc511ad6ed8436 (diff) | |
download | pkgsrc-c3ffe35cf7ee20fd3da97e0a0794bc882f07de92.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-eruby/Makefile | 5 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/textproc/ruby-eruby/Makefile b/textproc/ruby-eruby/Makefile index faa72ff38b8..e11e3b9bdf2 100644 --- a/textproc/ruby-eruby/Makefile +++ b/textproc/ruby-eruby/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/12/16 13:22:23 taca Exp $ +# $NetBSD: Makefile,v 1.10 2005/01/28 14:08:02 taca Exp $ # FreeBSD: ports/textproc/eruby/Makefile,v 1.9 2000/12/12 14:04:26 knu Exp DISTNAME= eruby-${ERUBY_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc ruby MASTER_SITES= http://www.modruby.net/archive/ @@ -15,6 +15,7 @@ COMMENT= Interprets Ruby code embedded in a text file CONFLICTS+= ruby[1-9][0-9]-eruby-* USE_BUILDLINK3= yes +RUBY_HAS_ARCHLIB= yes ERUBY_VERSION= 1.0.5 HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ${RUBY} configure.rb diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index c48f5e13c04..c17bcb890c3 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/28 04:51:38 taca Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/28 14:08:02 taca Exp $ # DISTNAME= xmlparser-0.6.8 PKGNAME= ${RUBY_PKGPREFIX}-xmlparser-0.6.8 +PKGREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www.yoshidam.net/ @@ -10,6 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.yoshidam.net/Ruby.html#xmlparser COMMENT= expat interface module for Ruby +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes CONFIGURE_ARGS+= --with-perl-enc-map |