diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-13 05:41:25 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-13 05:41:25 +0800 |
commit | 1312b8b317057b0b586fbc86667cad137b3d9e7a (patch) | |
tree | f216439f8ca052d264ecc81c040f3e0e64f8d681 /finance/cbb | |
parent | bef76e23b47551ae7f5024ca33c0fc8d8e53bd42 (diff) | |
download | freebsd-ports-gnome-1312b8b317057b0b586fbc86667cad137b3d9e7a.tar.gz freebsd-ports-gnome-1312b8b317057b0b586fbc86667cad137b3d9e7a.tar.zst freebsd-ports-gnome-1312b8b317057b0b586fbc86667cad137b3d9e7a.zip |
Switch to using TK8.0.
Submitted by: gljohns@bellsouth.net
PR: ports/8977
Diffstat (limited to 'finance/cbb')
-rw-r--r-- | finance/cbb/Makefile | 4 | ||||
-rw-r--r-- | finance/cbb/files/patch-01 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index 92e48b764873..61d3cdddef5d 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September, 1998 # Whom: kline # -# $Id: Makefile,v 1.1 1998/09/26 01:43:22 kline Exp kline $ +# $Id: Makefile,v 1.9 1998/10/10 03:47:31 steve Exp $ # DISTNAME= cbb-0.74 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \ MAINTAINER= kline@thought.org -RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 NO_BUILD= yes USE_PERL5= yes diff --git a/finance/cbb/files/patch-01 b/finance/cbb/files/patch-01 index 4da5f452ada3..f2cf5dc731a8 100644 --- a/finance/cbb/files/patch-01 +++ b/finance/cbb/files/patch-01 @@ -2,7 +2,7 @@ +++ Makefile Fri Oct 10 20:52:22 1997 @@ -26,14 +26,15 @@ - CBB_ROOT = cbb-0.73 + CBB_ROOT = cbb-0.74 TAR = tar -PERL = perl +PERL = ${PERL5} @@ -14,7 +14,7 @@ install: - $(PERL) install.pl + $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \ -+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2 ++ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.0 docs/cbb-man.dvi: docs/cbb-man.tex (cd docs; \ |