diff options
author | jseger <jseger@FreeBSD.org> | 1999-11-02 11:27:14 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-11-02 11:27:14 +0800 |
commit | 84f20b2d9f0c03f812ac1e0cc1c08e97e73b67f3 (patch) | |
tree | 7b444b875fd581ac5745dd0e8ccbf4467f758040 /devel | |
parent | ce9ea0602f1d67acacd79fb7759c5f52c2aceb73 (diff) | |
download | freebsd-ports-gnome-84f20b2d9f0c03f812ac1e0cc1c08e97e73b67f3.tar.gz freebsd-ports-gnome-84f20b2d9f0c03f812ac1e0cc1c08e97e73b67f3.tar.zst freebsd-ports-gnome-84f20b2d9f0c03f812ac1e0cc1c08e97e73b67f3.zip |
Switch to tcl/tk 8.2
Submitted by: Ade Lovett <ade@lovett.com>
PR: ports/14544
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tclreadline/Makefile | 10 |
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 |