diff options
author | taca <taca@pkgsrc.org> | 2011-10-23 15:47:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-10-23 15:47:13 +0000 |
commit | 948c30c649fbc78d60ad80a061ecc05b2de64026 (patch) | |
tree | 4b2d00ce87d7f49b6c7b855851ed483c6d4e1167 /textproc | |
parent | 94dba96ec989aeefc63f7cbf0c9e4f82e7064769 (diff) | |
download | pkgsrc-948c30c649fbc78d60ad80a061ecc05b2de64026.tar.gz |
Limit this package to ruby19. Noted by David Holland via private mail
about devel/ruby-fiddle, too.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-psych/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-psych/Makefile b/textproc/ruby-psych/Makefile index 3c946d7db27..83595c6567c 100644 --- a/textproc/ruby-psych/Makefile +++ b/textproc/ruby-psych/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/10/20 15:10:13 taca Exp $ +# $NetBSD: Makefile,v 1.2 2011/10/23 15:47:13 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -13,6 +13,7 @@ COMMENT= Ruby YAML parser and emitter PKG_DESTDIR_SUPPORT= user-destdir +RUBY_VERSION_SUPPORTED= 19 USE_RUBY_EXTCONF= yes EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/psych WRKSRC= ${RUBY_WRKSRC}/ext/psych |