From 73345802b3974e87aa5f32d1a1739bd24b40fd28 Mon Sep 17 00:00:00 2001 From: jwise Date: Mon, 22 Mar 2004 16:14:02 +0000 Subject: Build thread-safe versions of tcl and tk. Bump PKG_REVISION to nb1 to match. --- x11/tk/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/tk') diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 26240ea19f7..f2ad53bec8c 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2004/03/08 22:14:19 minskim Exp $ +# $NetBSD: Makefile,v 1.31 2004/03/22 16:14:02 jwise Exp $ DISTNAME= tk8.4.6-src PKGNAME= tk-8.4.6 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/} @@ -13,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:C/-src//}/unix GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib +CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib --enable-threads MAKE_ENV+= TOUCH="${TOUCH}" USE_X11= yes -- cgit v1.2.3