aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-04-23 19:51:52 +0800
committerPietro Cerutti <gahr@FreeBSD.org>2013-04-23 19:51:52 +0800
commitfef02240eadfe71a1e40b737f40b3d44c610f203 (patch)
tree85fa201a8b2f77aa2eeebf378af8a1d9cc666b3a /astro
parent4ad115ab4e7cbe42412a4185a32532ea7f4b9b86 (diff)
downloadfreebsd-ports-gnome-fef02240eadfe71a1e40b737f40b3d44c610f203.tar.gz
freebsd-ports-gnome-fef02240eadfe71a1e40b737f40b3d44c610f203.tar.zst
freebsd-ports-gnome-fef02240eadfe71a1e40b737f40b3d44c610f203.zip
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble)
Diffstat (limited to 'astro')
-rw-r--r--astro/tclgeomap/Makefile2
-rw-r--r--astro/tkgeomap/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile
index 112762668ead..6cdb5e6c0cfe 100644
--- a/astro/tclgeomap/Makefile
+++ b/astro/tclgeomap/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= SF/tkgeomap/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Read, manipulate, and display geo data
-USE_TCL= 83+
+USE_TCL= 84+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR}
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile
index 1f1fed3b5603..8f8b4e995699 100644
--- a/astro/tkgeomap/Makefile
+++ b/astro/tkgeomap/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-tclgeomap-include=${LOCALBASE}/include/tclgeomap --with-x
--with-tk=${TK_LIBDIR} --with-tkinclude=${TK_INCLUDEDIR} \
--x-libraries=${LOCALBASE}/lib --x-includes=${LOCALBASE}/include
CONFIGURE_ENV= TCLGEOMAP_LIB=${LOCALBASE}/lib/tclgeomap
-USE_TK= 83+
+USE_TK= 84+
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
TKPKG= ${PORTNAME}