diff options
author | taca <taca@pkgsrc.org> | 2012-09-16 16:35:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-16 16:35:13 +0000 |
commit | 73c1ca8e38b67d517880db5d5b6e828a88554808 (patch) | |
tree | ce078d85a6e7999d932a0ae963625d4355466843 /security | |
parent | d5a4d9c0f4ebf5563fee467f445d1621d9b676b3 (diff) | |
download | pkgsrc-73c1ca8e38b67d517880db5d5b6e828a88554808.tar.gz |
Make this package to ruby18 (Ruby 1.8.7) only.
Diffstat (limited to 'security')
-rw-r--r-- | security/libprelude-ruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libprelude-ruby/Makefile b/security/libprelude-ruby/Makefile index 8e144fad20f..07b14df7c85 100644 --- a/security/libprelude-ruby/Makefile +++ b/security/libprelude-ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/07/05 16:07:18 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/16 16:35:13 taca Exp $ PKGNAME= libprelude-ruby-${VERSION} PKGREVISION= 4 @@ -8,6 +8,7 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../security/libprelude/Makefile.common" +RUBY_VERSION_SUPPORTED= 18 BUILD_DIRS= bindings/ruby PKG_OPTIONS_VAR= PKG_OPTIONS.libprelude |