pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/ruby-tk



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Dec 28 12:34:36 UTC 2018

Modified Files:
        pkgsrc/x11/ruby-tk: Makefile

Log Message:
x11/ruby-tk: clean up Makefile

Remove code fragments for ruby18.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/x11/ruby-tk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/ruby-tk/Makefile
diff -u pkgsrc/x11/ruby-tk/Makefile:1.56 pkgsrc/x11/ruby-tk/Makefile:1.57
--- pkgsrc/x11/ruby-tk/Makefile:1.56    Thu Mar 29 03:16:11 2018
+++ pkgsrc/x11/ruby-tk/Makefile Fri Dec 28 12:34:36 2018
@@ -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 @@ post-install:
 
 .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