diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-29 11:42:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-29 11:42:10 +0000 |
commit | 866b2d107facdadcb2252dcf3d64a91405e80231 (patch) | |
tree | 0654093bae833c41770d78fe597b8a7a14c6d78c /lang/expect/Makefile | |
parent | 2ee96f0ef321d2f918e8e628701d16e624d1ef0c (diff) | |
download | ports-866b2d107facdadcb2252dcf3d64a91405e80231.tar.gz ports-866b2d107facdadcb2252dcf3d64a91405e80231.zip |
Notes
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 3822f7be7003..1e0e56d1a01b 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Whom: pst # Version required: 5.25 # -# $Id: Makefile,v 1.26 1997/11/10 11:27:34 asami Exp $ +# $Id: Makefile,v 1.27 1997/12/05 10:58:51 tg Exp $ # DISTNAME= expect @@ -14,8 +14,7 @@ MASTER_SITES= http://expect.nist.gov/ \ MAINTAINER= ports@freebsd.org -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 \ - tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 WRKSRC= ${WRKDIR}/expect-5.25 |