diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:19:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 15:19:43 +0000 |
commit | a73c0bb403ce1d70e5878dbb3540c7c5c5a7aac0 (patch) | |
tree | 475707c9c2839020bb5ec57bdf977c402fd80805 /mail | |
parent | Since we no longer have a ja-tcl82 port, ja-tk82 needs to be removed too. (diff) |
Revert to using Tk/Tcl 8.0.x for the Japanese version of this port.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exmh2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index c258f143d8cb..3ef9c3012224 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/ MAINTAINER?= markm@FreeBSD.org .if defined(JAPANESE_EXMH) -RUN_DEPENDS= wish8.2jp:${PORTSDIR}/japanese/tk82 -BUILD_DEPENDS= tclsh8.2jp:${PORTSDIR}/japanese/tcl82 -WISH= wish8.2jp -TCLSH= tclsh8.2jp +RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 +BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/japanese/tcl80 +WISH= wish8.0jp +TCLSH= tclsh8.0jp .else RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 |