aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2012-12-04 18:43:09 +0800
committergahr <gahr@FreeBSD.org>2012-12-04 18:43:09 +0800
commit3a008a43eed3c1c0439f6b307ef53672aead14c9 (patch)
tree954597884c3734a5fa9babd315a8f8306c4279f6 /x11-toolkits
parent295d21d9460d33b52c0db3d2724efc2779562e0b (diff)
downloadfreebsd-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 'x11-toolkits')
-rw-r--r--x11-toolkits/blt/Makefile2
-rw-r--r--x11-toolkits/pure-tk/Makefile2
-rw-r--r--x11-toolkits/py-tkinter/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index 9e0fb4a16426..3e9c174e0483 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -34,7 +34,7 @@ CFLAGS+= -Wall -Wno-uninitialized
CFLAGS+= -I${TK_INCLUDEDIR}/generic -I${TK_INCLUDEDIR}/unix
MAKE_JOBS_SAFE= yes
-USE_TK= 82+
+USE_TK= 83+
USE_XORG= x11
post-install:
diff --git a/x11-toolkits/pure-tk/Makefile b/x11-toolkits/pure-tk/Makefile
index e4057772e76e..d30efdc472f3 100644
--- a/x11-toolkits/pure-tk/Makefile
+++ b/x11-toolkits/pure-tk/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= lichray@gmail.com
COMMENT= A basic interface between Pure and Tcl/Tk
USE_PURE= yes
-USE_TK= 82+
+USE_TK= 83+
SHORT_TCL_VER= ${TCL_VER:S/8./8/}
MAKE_ARGS+= tclvers=${TCL_VER}
diff --git a/x11-toolkits/py-tkinter/Makefile b/x11-toolkits/py-tkinter/Makefile
index 4a394c494dac..93b9235edc81 100644
--- a/x11-toolkits/py-tkinter/Makefile
+++ b/x11-toolkits/py-tkinter/Makefile
@@ -24,7 +24,7 @@ USE_PYDISTUTILS=yes
USE_XZ= yes
PYDISTUTILS_PKGNAME= Tkinter
PYDISTUTILS_PKGVERSION= 0.0.0
-USE_TK= 82+
+USE_TK= 83+
WRKSRC= ${PYTHON_WRKSRC}/Modules
DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo