diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
commit | 41637d44471fe46421e251069fa3e5873a8f2846 (patch) | |
tree | 914722e7969fd12c2bcc70916125e14bf86fabc9 /net/ttt/Makefile | |
parent | audio/esound is now ELF. (diff) |
tk80 has been ELFized.
Notes
Notes:
svn path=/head/; revision=13387
Diffstat (limited to 'net/ttt/Makefile')
-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 11b273e7918f..aed9a9da115d 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.7 1998/08/07 23:56:44 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/22 09:39:55 kjc Exp $ # DISTNAME= ttt-1.3 @@ -15,7 +15,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 \ - tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 + tk80.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes INSTALL_TARGET= install install-man |