diff options
author | itojun <itojun@FreeBSD.org> | 1997-11-22 19:57:46 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-11-22 19:57:46 +0800 |
commit | 535f3491e3b5946cc4597d3adf4c3f0444265d89 (patch) | |
tree | 067553b6a616f32840dd6b469b4904546c3a540f /net/ttt/Makefile | |
parent | f25727a1b8ff585292720acdfef8f82be2509d4b (diff) | |
download | freebsd-ports-gnome-535f3491e3b5946cc4597d3adf4c3f0444265d89.tar.gz freebsd-ports-gnome-535f3491e3b5946cc4597d3adf4c3f0444265d89.tar.zst freebsd-ports-gnome-535f3491e3b5946cc4597d3adf4c3f0444265d89.zip |
tcl/tk dependency and pathnames repaired.
Reviewed by: satoshi, kjc
Diffstat (limited to 'net/ttt/Makefile')
-rw-r--r-- | net/ttt/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 5b0aaf64d9f7..b5a65100c40d 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -3,7 +3,7 @@ # Date created: 18 November 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.1.1.1 1997/11/20 13:44:30 itojun Exp $ +# $Id: Makefile,v 1.2 1997/11/21 17:50:07 asami Exp $ # DISTNAME= ttt-0.4.1 @@ -12,9 +12,10 @@ MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= itojun@itojun.org -LIB_DEPENDS= BLT:${PORTSDIR}/x11/blt - -BROKEN= tk.h +# the tcl/tk LIB_DEPENDS has to match that of ports/x11/blt. +LIB_DEPENDS= BLT:${PORTSDIR}/x11/blt \ + tcl75:${PORTSDIR}/lang/tcl75 \ + tk41\\.1:${PORTSDIR}/x11/tk41 INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 |