diff options
author | taca <taca> | 2004-03-20 04:39:33 +0000 |
---|---|---|
committer | taca <taca> | 2004-03-20 04:39:33 +0000 |
commit | c4397648c5ecc77095c2d69b68fa77f60db63425 (patch) | |
tree | fbc3ee9dba6a7f34742ff447f067b535ed75ac23 /lang/ruby-base/Makefile | |
parent | 1b6e61b99b65210bf4437a317f63916e65f8f001 (diff) | |
download | pkgsrc-c4397648c5ecc77095c2d69b68fa77f60db63425.tar.gz |
Add patch for build problem on NetBSD/amd64.
This patch was provided from krister (Krister Walfridsson).
Bump package revision.
Diffstat (limited to 'lang/ruby-base/Makefile')
-rw-r--r-- | lang/ruby-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby-base/Makefile b/lang/ruby-base/Makefile index 9b718f7550e..9b59ef6cb80 100644 --- a/lang/ruby-base/Makefile +++ b/lang/ruby-base/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2004/03/16 02:01:11 taca Exp $ +# $NetBSD: Makefile,v 1.27 2004/03/20 04:39:33 taca Exp $ # FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGNAMEPREFIX}base-${RUBY_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_RUBY} |