svn commit: r322801 - head/deskutils/ical
David E. O'Brien
obrien at FreeBSD.org
Fri Jul 12 00:48:08 UTC 2013
Author: obrien
Date: Fri Jul 12 00:48:08 2013
New Revision: 322801
URL: http://svnweb.freebsd.org/changeset/ports/322801
Log:
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.
Modified:
head/deskutils/ical/Makefile
Modified: head/deskutils/ical/Makefile
==============================================================================
--- head/deskutils/ical/Makefile Thu Jul 11 22:14:13 2013 (r322800)
+++ head/deskutils/ical/Makefile Fri Jul 12 00:48:08 2013 (r322801)
@@ -18,7 +18,7 @@ PATCHFILES= ical-2.3.1-upvar.patch
MAINTAINER?= obrien at FreeBSD.org
COMMENT?= A calendar application
-USE_TK= yes
+USE_TK?= 85
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclconfig=${TCL_LIBDIR} \
More information about the svn-ports-head
mailing list