diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /deskutils | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.gz freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.zst freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.zip |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/cbb/Makefile | 2 | ||||
-rw-r--r-- | deskutils/cbb/files/patch-01 | 2 | ||||
-rw-r--r-- | deskutils/zorro/Makefile | 4 | ||||
-rw-r--r-- | deskutils/zorro/files/patch-aa | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/cbb/Makefile b/deskutils/cbb/Makefile index 5915c9157d6c..5f28bf5e3282 100644 --- a/deskutils/cbb/Makefile +++ b/deskutils/cbb/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.me.umn.edu/pub/finance/ \ MAINTAINER= kline@thought.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes USE_PERL5= yes diff --git a/deskutils/cbb/files/patch-01 b/deskutils/cbb/files/patch-01 index 9658330ab0b8..9d52612aaa75 100644 --- a/deskutils/cbb/files/patch-01 +++ b/deskutils/cbb/files/patch-01 @@ -14,7 +14,7 @@ install: - $(PERL) install.pl + $(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb \ -+ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.0 ++ --perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.2 docs/cbb-man.dvi: docs/cbb-man.tex (cd docs; \ diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index 8e24b8e48334..9a6fb049e2fc 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -8,12 +8,12 @@ DISTNAME= zorro-1.1p8 PKGNAME= zorro-1.1.8 -CATEGORIES= deskutils tk80 +CATEGORIES= deskutils tk82 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes diff --git a/deskutils/zorro/files/patch-aa b/deskutils/zorro/files/patch-aa index 02f645527961..4874763fbe63 100644 --- a/deskutils/zorro/files/patch-aa +++ b/deskutils/zorro/files/patch-aa @@ -9,7 +9,7 @@ # ---------------------------------------------------------------------- # AUTHOR: Lindsay Marshall <lindsay.marshall@newcastle.ac.uk> --- 1,6 ---- -! #!/usr/local/bin/wish8.0 +! #!/usr/local/bin/wish8.2 # ! # Version 1.1 Patch 8 # |