From dfd617de7af3e6587c6530f9b3b32fa64a2a0711 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Tue, 2 Nov 1999 03:27:14 +0000 Subject: Switch to tcl/tk 8.2 Submitted by: Ade Lovett PR: ports/14544 --- devel/tclreadline/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'devel') diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index 1f0cf4f606a1..2fc1892b6d74 100644 --- a/devel/tclreadline/Makefile +++ b/devel/tclreadline/Makefile @@ -7,7 +7,7 @@ # DISTNAME= tclreadline-1.0.0 -CATEGORIES= tcl80 +CATEGORIES= tcl80 tcl82 MASTER_SITES= http://www.zellner.org/tclreadline/download/ MAINTAINER= darius@dons.net.au @@ -17,10 +17,10 @@ MANN= tclreadline.n .include -.if (!exists(${PREFIX}/bin/tclsh8.0) || exists(${PREFIX}/bin/tclsh8.1)) && (!defined(FORCE_80)) -LIB_DEPENDS= tcl81.1:${PORTSDIR}/lang/tcl81 -CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.1 --with-tcl-includes=${PREFIX}/include/tcl8.1 -TCLVERMSG= "Building for Tcl 8.1 define FORCE_80 to build for Tcl 8.0" +.if (!exists(${PREFIX}/bin/tclsh8.0) || exists(${PREFIX}/bin/tclsh8.2)) && (!defined(FORCE_80)) +LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 +CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.2/ --with-tcl-includes=${PREFIX}/include/tcl8.2 +TCLVERMSG= "Building for Tcl 8.2 define FORCE_80 to build for Tcl 8.0" .else LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 CONFIGURE_ARGS= --with-tcl=${PREFIX}/lib/tcl8.0/ --with-tcl-includes=${PREFIX}/include/tcl8.0 -- cgit v1.2.3