diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-04 10:43:09 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-04 10:43:09 +0000 |
commit | 0d5d01dd477cbdb953cd6c657dca29f19bfa69b6 (patch) | |
tree | 954597884c3734a5fa9babd315a8f8306c4279f6 /x11-toolkits | |
parent | 344d1b44f96d7ca8c3dc36da1e7a819f092a230f (diff) | |
download | freebsd-ports-0d5d01dd477cbdb953cd6c657dca29f19bfa69b6.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/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/pure-tk/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-tkinter/Makefile | 2 |
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 |