diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-04 18:43:09 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-04 18:43:09 +0800 |
commit | 3a008a43eed3c1c0439f6b307ef53672aead14c9 (patch) | |
tree | 954597884c3734a5fa9babd315a8f8306c4279f6 /lang | |
parent | 295d21d9460d33b52c0db3d2724efc2779562e0b (diff) | |
download | freebsd-ports-gnome-3a008a43eed3c1c0439f6b307ef53672aead14c9.tar.gz freebsd-ports-gnome-3a008a43eed3c1c0439f6b307ef53672aead14c9.tar.zst freebsd-ports-gnome-3a008a43eed3c1c0439f6b307ef53672aead14c9.zip |
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes
Reported by: beat, bapt
Diffstat (limited to 'lang')
-rw-r--r-- | lang/otcl/Makefile | 2 | ||||
-rw-r--r-- | lang/tcl-wrapper/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index a3553eb61561..90890109d780 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -18,7 +18,7 @@ LICENSE= MIT WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_TK= 82+ +USE_TK= 83+ USE_XORG= xext USE_AUTOTOOLS= autoconf diff --git a/lang/tcl-wrapper/Makefile b/lang/tcl-wrapper/Makefile index 6bf23541d32f..2af0ecca4997 100644 --- a/lang/tcl-wrapper/Makefile +++ b/lang/tcl-wrapper/Makefile @@ -36,10 +36,10 @@ TX_SHELL= wish TX_PORT= tk TX_PORT_U= Tk TX_CAT= x11-toolkits -USE_TK_RUN= 82+ +USE_TK_RUN= 83+ CATEGORIES= x11-toolkits tk .else -USE_TCL_RUN= 82+ +USE_TCL_RUN= 83+ .endif TX_CONF= ${TX_SHELL}.conf |