aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2013-07-12 08:48:08 +0800
committerobrien <obrien@FreeBSD.org>2013-07-12 08:48:08 +0800
commitde71ab2e69dc3cede539491a38ea2e1ba1f6401d (patch)
tree15c8d92940b0a7ccab99b16c346142436a0b94fb /deskutils
parent33e8954eba0b7d3f7a6ebf28b0f7c517f8c76ced (diff)
downloadfreebsd-ports-graphics-de71ab2e69dc3cede539491a38ea2e1ba1f6401d.tar.gz
freebsd-ports-graphics-de71ab2e69dc3cede539491a38ea2e1ba1f6401d.tar.zst
freebsd-ports-graphics-de71ab2e69dc3cede539491a38ea2e1ba1f6401d.zip
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.
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/ical/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile
index 20866bcf81b..145929e93b8 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} \