diff options
author | taca <taca@pkgsrc.org> | 2005-11-02 09:00:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-02 09:00:44 +0000 |
commit | b881e923ea325cacee4b1f7ac8ea533ea5cba420 (patch) | |
tree | 8f1c2fda5b531da4099eac19004c2781ed8ae8b7 /lang | |
parent | d0d7024b2978a72c200e7b8fdc5663178b61c7dd (diff) | |
download | pkgsrc-b881e923ea325cacee4b1f7ac8ea533ea5cba420.tar.gz |
- Update to ruby 1.8.3.
- Conflict with pkg_alternatives (ruby18-base support PKG_ALTERNATIVES now).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 28e75a0fb2f..44faba413cc 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2005/07/19 10:02:11 grant Exp $ +# $NetBSD: Makefile,v 1.38 2005/11/02 09:00:44 taca Exp $ DISTNAME= ruby-${RUBY_VERSION} -PKGREVISION= 2 CATEGORIES= lang ruby MASTER_SITES= # empty DISTFILES= # empty @@ -10,10 +9,10 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.ruby-lang.org/en/ COMMENT= Wrapper package for Ruby programming language +CONFLICTS= pkg_alternatives-[0-9]* NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes -NO_WRAPPER= yes PLIST_SRC= ${WRKDIR}/PLIST .include "../../lang/ruby/rubyversion.mk" |