summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-11-02 03:27:14 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-11-02 03:27:14 +0000
commitdfd617de7af3e6587c6530f9b3b32fa64a2a0711 (patch)
tree6672d9e382e4fda82a8f5fa860f4640699290abf
parentSwitch to tcl/tk 8.2 (diff)
Switch to tcl/tk 8.2
Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544
Notes
Notes: svn path=/head/; revision=22851
-rw-r--r--devel/tclreadline/Makefile10
1 files changed, 5 insertions, 5 deletions
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 <bsd.port.pre.mk>
-.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