diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /lang/expect | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 2a795ba0922b..05865c9d7b21 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Whom: pst # Version required: 5.26 # -# $Id: Makefile,v 1.31 1998/05/25 20:00:59 steve Exp $ +# $Id: Makefile,v 1.32 1998/06/28 23:25:51 steve Exp $ # # Note this file is included from japanese/extract/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/ MAINTAINER= ports@freebsd.org -LIB_DEPENDS?= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS?= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared \ |