summaryrefslogtreecommitdiff
path: root/lang/expect
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-15 05:44:50 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-15 05:44:50 +0000
commite9ccf3caedcbc7842d96d1e2d62b485d2b779d82 (patch)
treee794a0f1258ff3a3fb78f77c1b40c19f5113e45d /lang/expect
parentUpdate of net Makefiles! Am I done? :) (diff)
Update of lang Makefiles....
Notes
Notes: svn path=/head/; revision=1364
Diffstat (limited to 'lang/expect')
-rw-r--r--lang/expect/Makefile9
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>