summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortaca <taca>2014-03-10 14:23:51 +0000
committertaca <taca>2014-03-10 14:23:51 +0000
commit3bd2d6e571db6ab020cac0afd93eb6808c424389 (patch)
tree4ae5361c7bc4007791b2d1a5984a9408dacd08cd /x11
parent52b3241d9deaf14a118022ea78e70ff4afdf1660 (diff)
downloadpkgsrc-3bd2d6e571db6ab020cac0afd93eb6808c424389.tar.gz
Switch to use lang/tcl85 and x11/tk85 instead of lang/tcl and x11/tk.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/ruby-tk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/ruby-tk/Makefile b/x11/ruby-tk/Makefile
index 269d0028dd3..281da18c195 100644
--- a/x11/ruby-tk/Makefile
+++ b/x11/ruby-tk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2014/01/11 14:42:06 adam Exp $
+# $NetBSD: Makefile,v 1.43 2014/03/10 14:23:51 taca Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION_FULL}
-PKGREVISION= 2
+PKGREVISION= 3
RUBY_EXTNAME= tk
CATEGORIES= x11 ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
@@ -36,6 +36,6 @@ post-install:
.include "../../lang/ruby/modules.mk"
.include "../../lang/ruby/Makefile.common"
-.include "../../lang/tcl/buildlink3.mk"
-.include "../../x11/tk/buildlink3.mk"
+.include "../../lang/tcl85/buildlink3.mk"
+.include "../../x11/tk85/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"