pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/tk-Tix Switch to Tcl/Tk 8.4 and bl3ify.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74d8890fd43c
branches:  trunk
changeset: 471060:74d8890fd43c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Mar 16 16:04:05 2004 +0000

description:
Switch to Tcl/Tk 8.4 and bl3ify.

diffstat:

 x11/tk-Tix/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r f9aa2a19c537 -r 74d8890fd43c x11/tk-Tix/Makefile
--- a/x11/tk-Tix/Makefile       Tue Mar 16 15:23:25 2004 +0000
+++ b/x11/tk-Tix/Makefile       Tue Mar 16 16:04:05 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/03/08 20:27:17 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/16 16:04:05 minskim Exp $
 #
 
 DISTNAME=      tix8.2.0b1
 PKGNAME=       tk-Tix-8.2.0b1
+PKGREVISION=   1
 CATEGORIES=    x11 tcl tk
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tixlibrary/}
 
@@ -11,7 +12,7 @@
 COMMENT=       Powerful widget library for Tcl/Tk
 
 WRKSRC=                        ${WRKDIR}/tix8.2.0/unix
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_X11=               yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-shared --with-tcl=${BUILDLINK_PREFIX.tcl}/lib \
@@ -21,5 +22,6 @@
 MAKE_ENV+=             TK_DIR=${BUILDLINK_PREFIX.tk}
 TEST_TARGET=           test
 
-.include "../../x11/tk83/buildlink2.mk"
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index