summaryrefslogtreecommitdiff
path: root/astro/tkgeomap
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-12-04 10:43:09 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-12-04 10:43:09 +0000
commit0d5d01dd477cbdb953cd6c657dca29f19bfa69b6 (patch)
tree954597884c3734a5fa9babd315a8f8306c4279f6 /astro/tkgeomap
parentUpdate to 6.10. (diff)
- Chase 82+ not being a valid Tcl/Tk version anymore
Feature safe: yes Reported by: beat, bapt
Notes
Notes: svn path=/head/; revision=308232
Diffstat (limited to 'astro/tkgeomap')
-rw-r--r--astro/tkgeomap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/tkgeomap/Makefile b/astro/tkgeomap/Makefile
index 634b6c0c1d15..1f1fed3b5603 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= 82+
+USE_TK= 83+
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
TKPKG= ${PORTNAME}