summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2016-01-11 23:49:33 +0000
committerwiz <wiz>2016-01-11 23:49:33 +0000
commit44e98f8df8d60ddb5f070135e75e8d4bbfcfe893 (patch)
treed669c82334475450f44850fc34fb20ac047b7073 /devel
parent1a4a084b61dab589446f9a9fcc4e10dfee82e835 (diff)
downloadpkgsrc-44e98f8df8d60ddb5f070135e75e8d4bbfcfe893.tar.gz
Switch from ruby-rcairo to ruby-cairo
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-gnome2-pango/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile
index 8b1c911b90f..4b47ae3c87f 100644
--- a/devel/ruby-gnome2-pango/Makefile
+++ b/devel/ruby-gnome2-pango/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2015/05/17 06:45:23 tsutsui Exp $
-#
+# $NetBSD: Makefile,v 1.48 2016/01/11 23:49:33 wiz Exp $
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-pango-${VERSION}
COMMENT= Ruby binding of pango-1.x
@@ -16,6 +15,6 @@ do-test:
${RUN} cd ${WRKSRC}/pango/test; ${SETENV} ${TEST_ENV} ${RUBY} run-test.rb
.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/ruby-rcairo/buildlink3.mk"
+.include "../../graphics/ruby-cairo/buildlink3.mk"
.include "../../devel/ruby-pkg-config/tool.mk"
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"