diff options
author | bmah <bmah@FreeBSD.org> | 2004-02-09 14:13:37 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2004-02-09 14:13:37 +0800 |
commit | 9f8abddbee4ba7c7475a93931d732da0ab23897f (patch) | |
tree | 8a47378e87b8a83b9dc36c19b416074c275b1c4c | |
parent | 7a53c38f23883b46577f085b3f9de3df8799cc43 (diff) | |
download | freebsd-ports-gnome-9f8abddbee4ba7c7475a93931d732da0ab23897f.tar.gz freebsd-ports-gnome-9f8abddbee4ba7c7475a93931d732da0ab23897f.tar.zst freebsd-ports-gnome-9f8abddbee4ba7c7475a93931d732da0ab23897f.zip |
Depend on Tcl/Tk 8.4.
PORTREVISION bump to record new dependencies.
Suggested by: kris (almost four months ago!)
-rw-r--r-- | mail/exmh2/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 06a99e897266..7195f86fdf36 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -8,8 +8,8 @@ # "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2. PORTNAME= exmh PORTVERSION= 2.6.3 -PORTREVISION= 2 -CATEGORIES+= mail tk83 +PORTREVISION= 3 +CATEGORIES+= mail tk84 MASTER_SITES= ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/ MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,10 +23,10 @@ BUILD_DEPENDS= tclsh8.0jp:${PORTSDIR}/japanese/tcl80 WISH= wish8.0jp TCLSH= tclsh8.0jp .else -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 -BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 -WISH= wish8.3 -TCLSH= tclsh8.3 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +BUILD_DEPENDS= tclsh8.4:${PORTSDIR}/lang/tcl84 +WISH= wish8.4 +TCLSH= tclsh8.4 .endif # exmh is pretty useless without this, but it's not needed to build it. |