summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-03-13 09:33:29 +0000
committermarkm <markm@FreeBSD.org>2001-03-13 09:33:29 +0000
commitc27dc5b570dad571c94c84e793c90207db376f55 (patch)
treecc1637cca8aa25f9359157e577724b40ee2039fe /lang
parentac3f29b60ba216633422942db05e53053b71ae79 (diff)
downloadFreeBSD-ports-c27dc5b570dad571c94c84e793c90207db376f55.zip
FreeBSD-ports-c27dc5b570dad571c94c84e793c90207db376f55.tar.gz
Update to use tcl/tk 8.3.
Approved by: maintainer
Diffstat (limited to 'lang')
-rw-r--r--lang/expect/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index 14f8391..0dab880 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -6,22 +6,22 @@
PORTNAME= expect
PORTVERSION= 5.32.1
-CATEGORIES= lang tcl82 tk82
+CATEGORIES= lang tcl83 tk83
MASTER_SITES= http://expect.nist.gov/
DISTNAME= expect
MAINTAINER= john@coastalgeology.org
-LIB_DEPENDS?= tk82.1:${PORTSDIR}/x11-toolkits/tk82
+LIB_DEPENDS?= tk83.1:${PORTSDIR}/x11-toolkits/tk83
WRKSRC= ${WRKDIR}/expect-5.32
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS?= --enable-shared \
- --with-tclconfig=${PREFIX}/lib/tcl8.2 \
- --with-tclinclude=${PREFIX}/include/tcl8.2 \
- --with-tkconfig=${PREFIX}/lib/tk8.2 \
- --with-tkinclude=${PREFIX}/include/tk8.2
+ --with-tclconfig=${PREFIX}/lib/tcl8.3 \
+ --with-tclinclude=${PREFIX}/include/tcl8.3 \
+ --with-tkconfig=${PREFIX}/lib/tk8.3 \
+ --with-tkinclude=${PREFIX}/include/tk8.3
.if !defined(NO_MAN_INSTALL)
MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \
expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \
OpenPOWER on IntegriCloud