diff options
author | obache <obache@pkgsrc.org> | 2014-12-21 02:58:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-21 02:58:53 +0000 |
commit | 6c1a5caba18f864fe74dcb70dbde7715c4fec747 (patch) | |
tree | dabf2717c42ba0e93f1601651676e927fa99267b | |
parent | 4930c3c45ef187febd03d10529e5495f906c7811 (diff) | |
download | pkgsrc-6c1a5caba18f864fe74dcb70dbde7715c4fec747.tar.gz |
ruby-1.8 is not supported.
-rw-r--r-- | devel/ruby-rugged/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-rugged/Makefile b/devel/ruby-rugged/Makefile index f34065f2f09..f56e5c26b3f 100644 --- a/devel/ruby-rugged/Makefile +++ b/devel/ruby-rugged/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/10/29 14:14:08 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2014/12/21 02:58:53 obache Exp $ DISTNAME= rugged-0.21.0 CATEGORIES= devel @@ -8,6 +8,8 @@ HOMEPAGE= http://github.com/libgit2/rugged COMMENT= Ruby bindings to libgit2 LICENSE= mit +RUBY_VERSION_SUPPORTED= 193 200 21 + USE_TOOLS+= cmake pkg-config CONFIGURE_ARGS+= --use-system-libraries |