pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/ruby-tk x11/ruby-tk: clean up Makefile



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38b64703ea66
branches:  trunk
changeset: 327314:38b64703ea66
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 28 12:34:36 2018 +0000

description:
x11/ruby-tk: clean up Makefile

Remove code fragments for ruby18.

diffstat:

 x11/ruby-tk/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 8251a2742c0d -r 38b64703ea66 x11/ruby-tk/Makefile
--- a/x11/ruby-tk/Makefile      Fri Dec 28 12:33:32 2018 +0000
+++ b/x11/ruby-tk/Makefile      Fri Dec 28 12:34:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2018/03/29 03:16:11 taca Exp $
+# $NetBSD: Makefile,v 1.57 2018/12/28 12:34:36 taca Exp $
 
 DISTNAME=              ${RUBY_DISTNAME}
 PKGNAME=               ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION}
@@ -38,11 +38,6 @@
 
 .include "../../lang/ruby/modules.mk"
 .include "../../lang/ruby/Makefile.common"
-.if ${RUBY_VER} == "18"
-.include "../../lang/tcl85/buildlink3.mk"
-.include "../../x11/tk85/buildlink3.mk"
-.else
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
-.endif
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index