diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 19:27:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 19:27:34 +0800 |
commit | 9992d9664e830f8bd25f7663a50489f791369f56 (patch) | |
tree | 93992cf5b4c6fad2f8de629f6ad20c23d0b2db27 /lang/expect/Makefile | |
parent | 5d1935d3cd51c1225fdc04508abc444c4787ef47 (diff) | |
download | freebsd-ports-gnome-9992d9664e830f8bd25f7663a50489f791369f56.tar.gz freebsd-ports-gnome-9992d9664e830f8bd25f7663a50489f791369f56.tar.zst freebsd-ports-gnome-9992d9664e830f8bd25f7663a50489f791369f56.zip |
Expect wants to pick up tcl80 and tk80 from the build dirs.
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 3d5429adfcf9..8944c73e6b33 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Whom: pst # Version required: 5.25 # -# $Id: Makefile,v 1.24 1997/10/11 22:37:55 obrien Exp $ +# $Id: Makefile,v 1.25 1997/10/17 05:27:40 asami Exp $ # DISTNAME= expect @@ -14,6 +14,8 @@ MASTER_SITES= http://expect.nist.gov/ \ MAINTAINER= ports@freebsd.org +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/lang/tcl80:build \ + /nonexistent:${PORTSDIR}/x11/tk80:build LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 \ tk80\\.1:${PORTSDIR}/x11/tk80 |