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 /astro | |
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 'astro')
-rw-r--r-- | astro/tkgeomap/Makefile | 2 |
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} |