From 5f416ceae1fe083b2eb343a2913075a5c29ca81c Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 17 Nov 2003 10:57:00 +0000 Subject: - Fix typo in LIB_DEPENDS Noticed by: mich No cookies for: krion --- lang/expect/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/expect') 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 -- cgit v1.2.3