diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
commit | e9ccf3caedcbc7842d96d1e2d62b485d2b779d82 (patch) | |
tree | e794a0f1258ff3a3fb78f77c1b40c19f5113e45d /lang/expect | |
parent | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (diff) | |
download | ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.tar.gz ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.zip |
Notes
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 60018a055d5a..7f5d204284a9 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,17 +3,18 @@ # Date created: 20 November 1994 # Whom: pst # -# $Id: Makefile,v 1.3 1995/02/11 13:49:44 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:46:43 jkh Exp $ # DISTNAME= expect-5.13 -MASTER_SITES= ftp://ftp.cme.nist.gov/pub/expect/ CATEGORIES+= languages +MASTER_SITES= ftp://ftp.cme.nist.gov/pub/expect/ DISTFILES= expect.tar.gz -HAS_CONFIGURE= yes -GNU_CONFIGURE= yes LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \ tk\\.3\\.:${PORTSDIR}/x11/tk +HAS_CONFIGURE= yes +GNU_CONFIGURE= yes + .include <bsd.port.mk> |