diff options
author | arved <arved@FreeBSD.org> | 2011-05-14 22:12:14 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-05-14 22:12:14 +0800 |
commit | c40135b986edf28dfcc45e69e2bf9ccfa219e303 (patch) | |
tree | 7befe17dfc474aaf74d46895eb58ff2d6665e723 /mail | |
parent | 4e689889e94b4adcc607ef5efce44833ec84edb3 (diff) | |
download | freebsd-ports-gnome-c40135b986edf28dfcc45e69e2bf9ccfa219e303.tar.gz freebsd-ports-gnome-c40135b986edf28dfcc45e69e2bf9ccfa219e303.tar.zst freebsd-ports-gnome-c40135b986edf28dfcc45e69e2bf9ccfa219e303.zip |
Use TCL/Tk 8.5
PR: 156548
Submitted by: Ralf Wenk <IZ-FreeBSD0701@hs-karlsruhe.de>
Diffstat (limited to 'mail')
-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 d7653c642d46..93704040632e 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -9,7 +9,7 @@ PORTNAME= exmh PORTVERSION= 2.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= mail tk MASTER_SITES= ${MASTER_SITE_TCLTK} \ SF @@ -23,10 +23,10 @@ BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/japanese/tcl80 WISH= wish8.0jp TCLSH= tclsh8.0jp .else -RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 -WISH= wish8.4 -TCLSH= tclsh8.4 +RUN_DEPENDS= wish8.5:${PORTSDIR}/x11-toolkits/tk85 +BUILD_DEPENDS= tclsh8.5:${PORTSDIR}/lang/tcl85 +WISH= wish8.5 +TCLSH= tclsh8.5 .endif # exmh is pretty useless without this, but it's not needed to build it. |