diff options
author | beat <beat@FreeBSD.org> | 2017-11-05 17:20:57 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2017-11-05 17:20:57 +0800 |
commit | a570e4eb68b9b9bd11b52a962784269274a80925 (patch) | |
tree | 6bdc4e8f5b067200bdb4c7f58d684c1dfc41872e /german | |
parent | b9ef6e85aceafd8a1b0fe1f0bd4f4c0784d53d31 (diff) | |
download | freebsd-ports-gnome-a570e4eb68b9b9bd11b52a962784269274a80925.tar.gz freebsd-ports-gnome-a570e4eb68b9b9bd11b52a962784269274a80925.tar.zst freebsd-ports-gnome-a570e4eb68b9b9bd11b52a962784269274a80925.zip |
- Change tk dependency from 8.4 to 8.5
PR: 223159
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Diffstat (limited to 'german')
-rw-r--r-- | german/ding/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/german/ding/Makefile b/german/ding/Makefile index 541dc55ecc29..72dc3984a13d 100644 --- a/german/ding/Makefile +++ b/german/ding/Makefile @@ -3,6 +3,7 @@ PORTNAME= ding PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= german tk MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ \ LOCAL/ehaupt @@ -10,12 +11,9 @@ MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ \ MAINTAINER= beat@FreeBSD.org COMMENT= German-English dictionary program for X windows/Unix -DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ -EXPIRATION_DATE= 2017-11-20 - LICENSE= GPLv2 -RUN_DEPENDS= wish8.4:x11-toolkits/tk84 \ +RUN_DEPENDS= wish8.5:x11-toolkits/tk85 \ agrep:textproc/agrep USES= perl5 @@ -24,7 +22,7 @@ DICTFILE= de-en.txt SWISSDICT= de_ch-en.txt do-build: - ${SED} -E -e '1,/^exec/ s!wish!wish8.4!' \ + ${SED} -E -e '1,/^exec/ s!wish!wish8.5!' \ -e 's!/usr/share/dict/de-en.txt!${PREFIX}/share/ding/de-en.txt!' \ ${WRKSRC}/ding > ${WRKSRC}/dingX ${SED} -E -e 's!/usr/share/bin/!${PREFIX}/bin/!' \ |