summaryrefslogtreecommitdiff
path: root/lang/ruby18/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-01-06 15:45:12 +0000
committertaca <taca@pkgsrc.org>2008-01-06 15:45:12 +0000
commit567d55ebae4ef3f97fa80fe6917b4f8b9d9c3769 (patch)
tree634917397915d74b47a6d73f893b028a85a2ce87 /lang/ruby18/Makefile
parent2075503c77cff4ed0d7e38019546d6665e9bdc30 (diff)
downloadpkgsrc-567d55ebae4ef3f97fa80fe6917b4f8b9d9c3769.tar.gz
Switch to use META_PACKAGE. No functional change.
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r--lang/ruby18/Makefile11
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"