diff options
author | taca <taca> | 2005-11-02 09:00:44 +0000 |
---|---|---|
committer | taca <taca> | 2005-11-02 09:00:44 +0000 |
commit | 4a025be8aa1cbbae5b062c9c85f809107b353d55 (patch) | |
tree | 8f1c2fda5b531da4099eac19004c2781ed8ae8b7 /lang/ruby/Makefile | |
parent | 13331a67dc312188cbafe3495bb8496e938f1796 (diff) | |
download | pkgsrc-4a025be8aa1cbbae5b062c9c85f809107b353d55.tar.gz |
- Update to ruby 1.8.3.
- Conflict with pkg_alternatives (ruby18-base support PKG_ALTERNATIVES now).
Diffstat (limited to 'lang/ruby/Makefile')
-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" |