summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-10-11 22:26:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-10-11 22:26:28 +0000
commit49bc16c8744962b02d6832a164fc6c88f6704451 (patch)
tree4080c27d98d4cc5426f598e80afdf7850ecc5247 /lang
parentUpdate to version 0.45. (diff)
Make this use an installed tcl80/tk80 rather than requireing a fully
populated PORTDIR/{tcl80,tk80}.
Notes
Notes: svn path=/head/; revision=8218
Diffstat (limited to 'lang')
-rw-r--r--lang/expect/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index 8bbf42545511..35ebfe855d83 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -3,7 +3,7 @@
# Whom: pst
# Version required: 5.25
#
-# $Id: Makefile,v 1.20 1997/07/07 08:25:10 pst Exp $
+# $Id: Makefile,v 1.21 1997/10/11 12:38:59 markm Exp $
#
DISTNAME= expect
@@ -14,17 +14,17 @@ MASTER_SITES= http://expect.nist.gov/ \
MAINTAINER= ports@freebsd.org
-DEPENDS= ${PORTSDIR}/lang/tcl80 \
- ${PORTSDIR}/x11/tk80
+LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl8 \
+ tk80\\.1:${PORTSDIR}/x11/tk80
WRKSRC= ${WRKDIR}/expect-5.25
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared \
--with-tclconfig=${PREFIX}/lib/tcl8.0 \
- --with-tclinclude=${PORTSDIR}/lang/tcl80/work/tcl8.0 \
+ --with-tclinclude=${PREFIX}/include/tcl8.0 \
--with-tkconfig=${PREFIX}/lib/tk8.0 \
- --with-tkinclude=${PORTSDIR}/x11/tk80/work/tk8.0
+ --with-tkinclude=${PREFIX}/include/tk8.0
MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \
expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \
tknewsbiff.1 unbuffer.1 xkibitz.1