diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
commit | 6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (patch) | |
tree | 0d64327181ccf3824a6202fcaaa55bf071919c72 /lang/expect | |
parent | 260f894e40f28b9f4bc51dc630b4a0462962c9a1 (diff) | |
download | FreeBSD-ports-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.zip FreeBSD-ports-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.tar.gz |
tk80 has been ELFized.
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 7abf2ab..6678c49 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Whom: pst # Version required: 5.26 # -# $Id: Makefile,v 1.33 1998/08/07 23:56:28 asami Exp $ +# $Id: Makefile,v 1.34 1998/09/22 18:52:16 asami Exp $ # # Note this file is included from japanese/expect/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/ MAINTAINER= ports@freebsd.org -LIB_DEPENDS?= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS?= tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ARGS?= --enable-shared \ |