diff options
author | taca <taca@pkgsrc.org> | 2005-11-02 08:57:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-02 08:57:35 +0000 |
commit | 5b76e4c9f7394893b84e2084a039b993cc325895 (patch) | |
tree | 96dcc0e3ee87beee0ae47bf4ec34a7ec8584dc8d | |
parent | 4da538dcd12db88481ca8fa7c5a8e4e4e005542b (diff) | |
download | pkgsrc-5b76e4c9f7394893b84e2084a039b993cc325895.tar.gz |
Mark this pacakge ruby16-base only.
-rw-r--r-- | databases/ruby-dbm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-dbm/Makefile b/databases/ruby-dbm/Makefile index 9bee1d76117..f0d2c6fd4ef 100644 --- a/databases/ruby-dbm/Makefile +++ b/databases/ruby-dbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:15 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/02 08:57:35 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -12,6 +12,7 @@ HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby extension to DBM library RUBY_HAS_ARCHLIB= yes +RUBY_VERSION= ${RUBY16_VERSION} USE_RUBY_EXTCONF= yes DISTINFO_FILE= ${RUBY_DISTINFO_FILE} WRKSRC= ${RUBY_WRKSRC}/ext/dbm |