From 2827f5b2d8643908ee9a408f4fbcd3142928d9d9 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 8 Mar 2004 20:27:13 +0000 Subject: Enable tk84 and replace x11/tk with x11/tk83. Packages compatible with 8.4 will be updated to depend on x11/tk after Tk update. --- lang/tk-tclX/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/tk-tclX') diff --git a/lang/tk-tclX/Makefile b/lang/tk-tclX/Makefile index e718da30b9a..5433d0c8285 100644 --- a/lang/tk-tclX/Makefile +++ b/lang/tk-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/03/08 19:52:51 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2004/03/08 20:27:14 minskim Exp $ # DISTNAME= tclX8.2.0 @@ -10,7 +10,7 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://www.neosoft.com/TclX/ COMMENT= Extended Tcl (TclX), a set of Tcl extensions for system programming -DEPENDS+= tk>=8.3.4:../../x11/tk +DEPENDS+= tk>=8.3.4:../../x11/tk83 DEPENDS+= tcl-tclX-8.2.0:../../lang/tcl-tclX CONFLICTS+= tclX-[0-9]* @@ -40,12 +40,12 @@ post-extract: cd ../../lang/tcl83 && ${MAKE} extract; \ fi @if [ ! -e ${_PKGSRCDIR}/x11/tk/${WRKDIR:T}/tk8.3.4 ]; then \ - cd ../../x11/tk && ${MAKE} extract; \ + cd ../../x11/tk83 && ${MAKE} extract; \ fi pre-clean: @cd ../../lang/tcl83 && ${MAKE} clean - @cd ../../x11/tk && ${MAKE} clean + @cd ../../x11/tk83 && ${MAKE} clean do-build: @cd ${WRKSRC}/../tk/unix && ${MAKE_ENV} ${MAKE} -- cgit v1.2.3