From 27b8ab2d8682c1663d79fca2b72098bd857979de Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 12 Jul 2013 00:48:08 +0000 Subject: [PATCH] Looking at http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20130526105918.pointyhat-west/ical-2.2_3.log Force to Tk version 8.5 to avoid building with Tk 8.6. Versions below 8.5 should work too, but "85-" isn't an allowed value like "85+" is. --- deskutils/ical/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 20866bcf81bd..145929e93b82 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -18,7 +18,7 @@ PATCHFILES= ical-2.3.1-upvar.patch MAINTAINER?= obrien@FreeBSD.org COMMENT?= A calendar application -USE_TK= yes +USE_TK?= 85 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclconfig=${TCL_LIBDIR} \