diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 18:07:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 18:07:46 +0800 |
commit | e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10 (patch) | |
tree | 063debb19e67919e6431267749f9dacaee742e4b /net | |
parent | 6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (diff) | |
download | freebsd-ports-gnome-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.tar.gz freebsd-ports-gnome-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.tar.zst freebsd-ports-gnome-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.zip |
tcl80 has been ELFized.
Diffstat (limited to 'net')
-rw-r--r-- | net/ttt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index aed9a9da115d..d974b9e1979f 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -3,7 +3,7 @@ # Date created: 22 September 1998 # Whom: Kenjiro Cho <kjc@csl.sony.co.jp> # -# $Id: Makefile,v 1.8 1998/09/22 09:39:55 kjc Exp $ +# $Id: Makefile,v 1.9 1998/09/25 10:05:12 asami Exp $ # DISTNAME= ttt-1.3 @@ -14,7 +14,7 @@ MAINTAINER= kjc@csl.sony.co.jp # the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt. LIB_DEPENDS= BLT\\.2\\.4:${PORTSDIR}/x11-toolkits/blt \ - tcl80\\.1:${PORTSDIR}/lang/tcl80 \ + tcl80.1:${PORTSDIR}/lang/tcl80 \ tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes |