diff options
author | taca <taca@pkgsrc.org> | 2009-09-22 13:32:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-09-22 13:32:35 +0000 |
commit | 1a2d1b8d9d7c70065eda22fb8e993cfa0c590af1 (patch) | |
tree | 8f2a23fafea146ae9b567a33d3386cb43d71d0a6 /lang/ruby18-base | |
parent | 6c3f66faceb7269cf381e30289172b49a447d794 (diff) | |
download | pkgsrc-1a2d1b8d9d7c70065eda22fb8e993cfa0c590af1.tar.gz |
Commit a change which I forgot to commit.
Add readline option to PKG_OPTIONS.ruby. This is no-op here.
No functional change.
Diffstat (limited to 'lang/ruby18-base')
-rw-r--r-- | lang/ruby18-base/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby18-base/options.mk b/lang/ruby18-base/options.mk index 363349c2e9c..889d401c526 100644 --- a/lang/ruby18-base/options.mk +++ b/lang/ruby18-base/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.6 2009/01/31 16:07:23 taca Exp $ +# $NetBSD: options.mk,v 1.7 2009/09/22 13:32:35 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ruby -PKG_SUPPORTED_OPTIONS= ruby-build-ri-db -PKG_SUGGESTED_OPTIONS= ruby-build-ri-db +PKG_SUPPORTED_OPTIONS= readline ruby-build-ri-db +PKG_SUGGESTED_OPTIONS= readline ruby-build-ri-db .include "../../mk/bsd.options.mk" |