Wed Oct 1 13:34:50 2014 UTC ()
Add missing pkg-config


(fhajny)
diff -r1.1 -r1.2 pkgsrc/devel/ruby-rugged/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-rugged/Makefile (expand / switch to context diff)
--- pkgsrc/devel/ruby-rugged/Makefile 2014/10/01 13:21:52 1.1
+++ pkgsrc/devel/ruby-rugged/Makefile 2014/10/01 13:34:50 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/10/01 13:21:52 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2014/10/01 13:34:50 fhajny Exp $
 
 DISTNAME=	rugged-0.21.0
 CATEGORIES=	devel
@@ -7,6 +7,8 @@
 HOMEPAGE=	http://github.com/libgit2/rugged
 COMMENT=	Ruby bindings to libgit2
 LICENSE=	mit
+
+USE_TOOLS+=	pkg-config
 
 CONFIGURE_ARGS+=	--use-system-libraries