diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-06 04:33:34 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-06 04:33:34 +0800 |
commit | 576252770b5f1d38fede5104690e25be72be057a (patch) | |
tree | 98fb42a561fe2355bfead8c2080f3891cca85712 /astro/tclgeomap | |
parent | ff4fb0a9b7a95e1dcefab8eecf8501e48c22d337 (diff) | |
download | freebsd-ports-gnome-576252770b5f1d38fede5104690e25be72be057a.tar.gz freebsd-ports-gnome-576252770b5f1d38fede5104690e25be72be057a.tar.zst freebsd-ports-gnome-576252770b5f1d38fede5104690e25be72be057a.zip |
- Chase removal of Tcl/Tk 8.2
Reported by: crees
Diffstat (limited to 'astro/tclgeomap')
-rw-r--r-- | astro/tclgeomap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/tclgeomap/Makefile b/astro/tclgeomap/Makefile index 14a7264465e2..112762668ead 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= 82+ +USE_TCL= 83+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tclinclude=${TCL_INCLUDEDIR} WRKSRC= ${WRKDIR}/${DISTNAME}/unix |