diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-12-04 06:21:05 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-12-04 06:21:05 +0000 |
commit | d08c5f4b7368cc4b3c909977ac69bf73adecb005 (patch) | |
tree | 059cb2e342ea7c24bd3b5bf0f4d9a71897df97ac /mail/exmh2 | |
parent | 6c97d21630e2a6245900727c595a8fdd0e8c765d (diff) |
Notes
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 7e9a6dc469f1..d5ac1e31e555 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -14,7 +14,7 @@ CATEGORIES+= mail tk MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= cy@FreeBSD.org COMMENT?= X11/TK based mail reader front end to MH .if defined(JAPANESE_EXMH) @@ -23,10 +23,10 @@ BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/japanese/tcl80 WISH= wish8.0jp TCLSH= tclsh8.0jp .else -RUN_DEPENDS= wish8.5:${PORTSDIR}/x11-toolkits/tk85 -BUILD_DEPENDS= tclsh8.5:${PORTSDIR}/lang/tcl85 -WISH= wish8.5 -TCLSH= tclsh8.5 +RUN_DEPENDS= wish8.6:${PORTSDIR}/x11-toolkits/tk86 +BUILD_DEPENDS= tclsh8.6:${PORTSDIR}/lang/tcl86 +WISH= wish8.6 +TCLSH= tclsh8.6 .endif # exmh is pretty useless without this, but it's not needed to build it. |