diff options
author | taca <taca@pkgsrc.org> | 2008-01-06 15:45:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-01-06 15:45:12 +0000 |
commit | ef045d69d3fcfe51f222ee27344f109835bbcfdc (patch) | |
tree | 634917397915d74b47a6d73f893b028a85a2ce87 /lang/ruby18 | |
parent | 97035a570be0b1b83d51267658945932d4e248b7 (diff) | |
download | pkgsrc-ef045d69d3fcfe51f222ee27344f109835bbcfdc.tar.gz |
Switch to use META_PACKAGE. No functional change.
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 301ad7830b2..2955de6fd58 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/10/25 22:00:48 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2008/01/06 15:45:37 taca Exp $ # DISTNAME= # empty @@ -11,6 +11,8 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.ruby-lang.org/en/ COMMENT= Ruby programming language ${RUBY_VERSION} meta package +META_PACKAGE= yes + DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION}:../../lang/ruby18-base DEPENDS+= ${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION}:../../databases/ruby-gdbm DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION}:../../devel/ruby-curses @@ -18,13 +20,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION}:../../x11/ruby-tk RUBY_VERSION= ${RUBY18_VERSION} -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -PLIST_SRC= # empty (meta-package) - -do-install: - @${ECHO_MSG} This is only a meta package. .include "../../lang/ruby/rubyversion.mk" .include "../../lang/ruby/Makefile.common" |