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 /devel | |
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 'devel')
-rw-r--r-- | devel/tclcl/Makefile | 2 | ||||
-rw-r--r-- | devel/tcllib/Makefile | 2 | ||||
-rw-r--r-- | devel/tclreadline/Makefile | 2 | ||||
-rw-r--r-- | devel/tclxml/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 8c5cc5299660..b990d6e79454 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -35,7 +35,7 @@ PORTDOCS= CHANGES.html TODO.html OTCL_TCLVER!= ${ECHO_CMD} puts \$$tcl_version | ${LOCALBASE}/bin/otclsh USE_TK= ${OTCL_TCLVER:S/.//} .else -USE_TK= 82+ +USE_TK= 83+ .endif .include "${PORTSDIR}/Mk/bsd.tcl.mk" diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index e788f395b45b..9a65ed5a8446 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= tcltk@FreeBSD.org COMMENT= A collection of utility modules for Tcl -USE_TCL_BUILD= 82+ +USE_TCL_BUILD= 83+ USE_TCL_RUN= ${USE_TCL_BUILD} USE_BZIP2= yes diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index b96f8ba7124b..2ef541b449ba 100644 --- a/devel/tclreadline/Makefile +++ b/devel/tclreadline/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNU readline for TCL -USE_TCL= 82+ +USE_TCL= 83+ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/devel/tclxml/Makefile b/devel/tclxml/Makefile index 1161fee4930a..9dd1f862f63b 100644 --- a/devel/tclxml/Makefile +++ b/devel/tclxml/Makefile @@ -21,7 +21,7 @@ PORTDOCS= README.xml html.xsl man.macros nroff.xsl tcldoc-1.0.dtd \ tcldom.html tcldom.xml tclxml.css tclxml.html tclxml.xml \ tclxslt.html tclxslt.xml transform.tcl txt.xsl -USE_TCL= 82+ +USE_TCL= 83+ XML_CONFIG?= ${LOCALBASE}/bin/xml2-config GNU_CONFIGURE= yes USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} |