aboutsummaryrefslogtreecommitdiff
path: root/lang/expect
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-17 10:57:00 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-17 10:57:00 +0000
commit5f416ceae1fe083b2eb343a2913075a5c29ca81c (patch)
treea691a761837cdfdce54ff385f260bb1eba77675c /lang/expect
parentf0f32c408586301bec25eeb3dd6730e649bae1f0 (diff)
downloadports-5f416ceae1fe083b2eb343a2913075a5c29ca81c.tar.gz
ports-5f416ceae1fe083b2eb343a2913075a5c29ca81c.zip
- Fix typo in LIB_DEPENDS
Noticed by: mich No cookies for: krion
Notes
Notes: svn path=/head/; revision=94167
Diffstat (limited to 'lang/expect')
-rw-r--r--lang/expect/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index a2ec6ce5accf..5c2389dc29c1 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -6,7 +6,7 @@
PORTNAME= expect
PORTVERSION= 5.38.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang tcl84 tk84
MASTER_SITES= http://expect.nist.gov/src/
@@ -14,9 +14,9 @@ MAINTAINER= jerry@thehutt.org
COMMENT= A sophisticated scripter based on tcl/tk
.if !defined(WITHOUT_X11)
-LIB_DEPENDS?= tk83.1:${PORTSDIR}/x11-toolkits/tk84
+LIB_DEPENDS?= tk84.1:${PORTSDIR}/x11-toolkits/tk84
.else
-LIB_DEPENDS?= tcl83.1:${PORTSDIR}/lang/tcl84
+LIB_DEPENDS?= tcl84.1:${PORTSDIR}/lang/tcl84
.endif
EXPECT_VER= 5.38