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/exmh2/Makefile | |
parent | e903d3d9c5508c5ea7ab39dec74330e638918d07 (diff) | |
download | ports-a73c0bb403ce1d70e5878dbb3540c7c5c5a7aac0.tar.gz ports-a73c0bb403ce1d70e5878dbb3540c7c5c5a7aac0.zip |
Notes
Diffstat (limited to 'mail/exmh2/Makefile')
-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 |