diff options
author | Mark Murray <markm@FreeBSD.org> | 1999-12-01 08:04:17 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1999-12-01 08:04:17 +0000 |
commit | dc8e3ac40ba46009223ad805215d89c2683e625f (patch) | |
tree | 0e3e7e56eeda9462d4075c8d948fc1a8f5f83f08 /mail/exmh2 | |
parent | 16958503161ef3d734e9b3d05dec2d5b8203bb84 (diff) | |
download | ports-dc8e3ac40ba46009223ad805215d89c2683e625f.tar.gz ports-dc8e3ac40ba46009223ad805215d89c2683e625f.zip |
Notes
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. |