- 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.
This commit is contained in:
Pietro Cerutti 2013-06-20 09:30:13 +00:00
parent ae727ac1f4
commit 1d74a4424f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321364

View File

@ -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} \