diff options
author | steve <steve@FreeBSD.org> | 2000-02-27 15:19:43 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-27 15:19:43 +0000 |
commit | 91cd39e71fe0e5eb8de502a6c5b45299f845db63 (patch) | |
tree | 47bf8cc09bcdc51512686594d6064a78ccd3b26b /mail/exmh2 | |
parent | 961d2d2ea6b807bfa23d81b8897a2fd8876e6b43 (diff) | |
download | FreeBSD-ports-91cd39e71fe0e5eb8de502a6c5b45299f845db63.zip FreeBSD-ports-91cd39e71fe0e5eb8de502a6c5b45299f845db63.tar.gz |
Revert to using Tk/Tcl 8.0.x for the Japanese version of this port.
Diffstat (limited to 'mail/exmh2')
-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 c258f14..3ef9c30 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 |