aboutsummaryrefslogtreecommitdiffstats
path: root/lang/expect
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-15 13:44:50 +0800
committerasami <asami@FreeBSD.org>1995-04-15 13:44:50 +0800
commit807fa599b4f056e35089155a4dbe222355e7fc8f (patch)
tree19f19766d07f4db351e45baf826baa8dc5721ae3 /lang/expect
parent3082b65401d86adab3138444cabed9ab721b1e5d (diff)
downloadfreebsd-ports-gnome-807fa599b4f056e35089155a4dbe222355e7fc8f.tar.gz
freebsd-ports-gnome-807fa599b4f056e35089155a4dbe222355e7fc8f.tar.zst
freebsd-ports-gnome-807fa599b4f056e35089155a4dbe222355e7fc8f.zip
Update of lang Makefiles....
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>