summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-12-01 08:04:17 +0000
committerMark Murray <markm@FreeBSD.org>1999-12-01 08:04:17 +0000
commitdc8e3ac40ba46009223ad805215d89c2683e625f (patch)
tree0e3e7e56eeda9462d4075c8d948fc1a8f5f83f08 /mail
parentAdd Brian Scott's apm patch. (diff)
Update for tk82. I'm winging it a little bit for the Japanese case;
please test and report back.
Notes
Notes: svn path=/head/; revision=23527
Diffstat (limited to 'mail')
-rw-r--r--mail/exmh2/Makefile18
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.