summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-12-21 02:58:53 +0000
committerobache <obache@pkgsrc.org>2014-12-21 02:58:53 +0000
commit6c1a5caba18f864fe74dcb70dbde7715c4fec747 (patch)
treedabf2717c42ba0e93f1601651676e927fa99267b
parent4930c3c45ef187febd03d10529e5495f906c7811 (diff)
downloadpkgsrc-6c1a5caba18f864fe74dcb70dbde7715c4fec747.tar.gz
ruby-1.8 is not supported.
-rw-r--r--devel/ruby-rugged/Makefile4
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