pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tkcvs Switch to Tk 8.4 and enable pkgviews insta...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f4c61ee7bc2
branches: trunk
changeset: 470506:3f4c61ee7bc2
user: minskim <minskim%pkgsrc.org@localhost>
date: Tue Mar 09 22:41:21 2004 +0000
description:
Switch to Tk 8.4 and enable pkgviews installation. Since this package
doesn't build anything, define NO_BUILDLINK and NO_CONFIGURE, and set
USE_LANGUAGES to an empty string.
diffstat:
devel/tkcvs/Makefile | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 7c4621bc3526 -r 3f4c61ee7bc2 devel/tkcvs/Makefile
--- a/devel/tkcvs/Makefile Tue Mar 09 22:21:08 2004 +0000
+++ b/devel/tkcvs/Makefile Tue Mar 09 22:41:21 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/03/08 20:27:14 minskim Exp $
+# $NetBSD: Makefile,v 1.29 2004/03/09 22:41:21 minskim Exp $
#
DISTNAME= tkcvs_7_1_2
@@ -11,8 +11,14 @@
HOMEPAGE= http://www.twobarleycorns.net/tkcvs.html
COMMENT= Tcl/Tk frontends to CVS and diff
-USE_BUILDLINK2= YES
-NO_BUILD= YES
+DEPENDS+= tk>=8.3:../../x11/tk
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+NO_BUILDLINK= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+USE_LANGUAGES= # empty
do-install:
(cd ${WRKSRC} && ./doinstall.tcl ${PREFIX})
@@ -21,5 +27,4 @@
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkcvs
${INSTALL_DATA} ${WRKSRC}/README.tkcvs ${PREFIX}/share/doc/tkcvs/
-.include "../../x11/tk83/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index