diff options
author | asami <asami@FreeBSD.org> | 1997-12-29 19:42:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-29 19:42:10 +0800 |
commit | e7ea89a133639b438a5b4e94e7f9de7182ce0f4a (patch) | |
tree | ae9cbacae5e8ae8886a1b5e82215c2f0a081717c /lang | |
parent | 2763af03aaa14b6343fe155069ffc79b9a6abbac (diff) | |
download | freebsd-ports-gnome-e7ea89a133639b438a5b4e94e7f9de7182ce0f4a.tar.gz freebsd-ports-gnome-e7ea89a133639b438a5b4e94e7f9de7182ce0f4a.tar.zst freebsd-ports-gnome-e7ea89a133639b438a5b4e94e7f9de7182ce0f4a.zip |
No need to depend on tcl, the tk dependency and the chained-dependency
rules in bsd.port.mk already does that for you.
Diffstat (limited to 'lang')
-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 |