diff options
author | markm <markm@FreeBSD.org> | 1999-12-01 16:04:17 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-12-01 16:04:17 +0800 |
commit | 27431b2cd442462367b45a83b84da7a601569a6d (patch) | |
tree | 1216fd6b30041efce538a555064ef9a586d5d441 /mail/exmh2 | |
parent | 628ece887d6fc306e3613df007d8a26ea9aa4e5c (diff) | |
download | freebsd-ports-gnome-27431b2cd442462367b45a83b84da7a601569a6d.tar.gz freebsd-ports-gnome-27431b2cd442462367b45a83b84da7a601569a6d.tar.zst freebsd-ports-gnome-27431b2cd442462367b45a83b84da7a601569a6d.zip |
Update for tk82. I'm winging it a little bit for the Japanese case;
please test and report back.
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 33b59a2f59fd..c258f143d8cb 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -8,21 +8,21 @@ # "?=" lines are for sharing this Makefile with japanese/exmh2. DISTNAME= exmh-2.1.1 -CATEGORIES?= mail tk80 +CATEGORIES?= mail tk82 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/ MAINTAINER?= markm@FreeBSD.org .if defined(JAPANESE_EXMH) -RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 -BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/japanese/tcl80 -WISH= wish8.0jp -TCLSH= tclsh8.0jp +RUN_DEPENDS= wish8.2jp:${PORTSDIR}/japanese/tk82 +BUILD_DEPENDS= tclsh8.2jp:${PORTSDIR}/japanese/tcl82 +WISH= wish8.2jp +TCLSH= tclsh8.2jp .else -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 -BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 -WISH= wish8.0 -TCLSH= tclsh8.0 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 +WISH= wish8.2 +TCLSH= tclsh8.2 .endif # exmh is pretty useless without this, but it's not needed to build it. |