aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-18 13:32:00 +0800
committerkris <kris@FreeBSD.org>2003-10-18 13:32:00 +0800
commita8f37fb349d0cb889fdd2402516bce977876da99 (patch)
tree1d326c60dbe73718e55b85a8e9b0c99fb8397a59 /editors
parentb266ff04dd5cf25f0fd7016b91a8571c6030ca25 (diff)
downloadfreebsd-ports-gnome-a8f37fb349d0cb889fdd2402516bce977876da99.tar.gz
freebsd-ports-gnome-a8f37fb349d0cb889fdd2402516bce977876da99.tar.zst
freebsd-ports-gnome-a8f37fb349d0cb889fdd2402516bce977876da99.zip
Switch to tk8.4 and bump PORTREVISION
Diffstat (limited to 'editors')
-rw-r--r--editors/impress/Makefile7
-rw-r--r--editors/impress/files/patch-src_impress_tcl2
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/impress/Makefile b/editors/impress/Makefile
index dad5dcd99171..955f8efa463c 100644
--- a/editors/impress/Makefile
+++ b/editors/impress/Makefile
@@ -7,15 +7,16 @@
PORTNAME= impress
PORTVERSION= 1.1b9
-CATEGORIES= editors
+PORTREVISION= 1
+CATEGORIES= editors tk84
MASTER_SITES= http://www.ntlug.org/~ccox/impress/
DISTNAME= imp${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Publishing and presentation tool
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
+RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>
diff --git a/editors/impress/files/patch-src_impress_tcl b/editors/impress/files/patch-src_impress_tcl
index 23fe34d6e7da..5dbe98cf2df0 100644
--- a/editors/impress/files/patch-src_impress_tcl
+++ b/editors/impress/files/patch-src_impress_tcl
@@ -5,7 +5,7 @@
#
# restart trick \
-exec wish "$0" "$@"
-+exec wish8.3 "$0" "$@"
++exec wish8.4 "$0" "$@"
option add *Radiobutton*borderWidth 1
option add *Button*borderWidth 1