Date: Thu, 20 Jun 2013 09:30:13 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321364 - head/x11-toolkits/tk86 Message-ID: <201306200930.r5K9UD1W052997@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Thu Jun 20 09:30:13 2013 New Revision: 321364 URL: http://svnweb.freebsd.org/changeset/ports/321364 Log: - Add xt to USE_XORG modules This should work around the recent problem in which ports depending on Tk 8.6 failed to to locate the X11 include directory. The reason behind this is that TEA [1] looks for X11/Intrinsic.h, which is installed by xt. Modified: head/x11-toolkits/tk86/Makefile Modified: head/x11-toolkits/tk86/Makefile ============================================================================== --- head/x11-toolkits/tk86/Makefile Thu Jun 20 09:17:57 2013 (r321363) +++ head/x11-toolkits/tk86/Makefile Thu Jun 20 09:30:13 2013 (r321364) @@ -3,7 +3,7 @@ PORTNAME= tk PORTVERSION= 8.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} \ ${MASTER_SITE_TCLTK} @@ -28,7 +28,7 @@ INSTALL_TARGET= install USE_LDCONFIG= yes USE_TCL= ${SHORT_TK_VER} -USE_XORG= x11 +USE_XORG= x11 xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ --enable-man-suffix=.${MAN_SUFFIX} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306200930.r5K9UD1W052997>