aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-06-20 17:30:13 +0800
committergahr <gahr@FreeBSD.org>2013-06-20 17:30:13 +0800
commitf827dcbc20cd0449a87a4674b5b679d692ee611a (patch)
tree5efab2bd58b6ceb2acc5dee338354ee399386921 /x11-toolkits
parent216b2a6f6b0825bbd0e0908518b9ade742e4c682 (diff)
downloadfreebsd-ports-gnome-f827dcbc20cd0449a87a4674b5b679d692ee611a.tar.gz
freebsd-ports-gnome-f827dcbc20cd0449a87a4674b5b679d692ee611a.tar.zst
freebsd-ports-gnome-f827dcbc20cd0449a87a4674b5b679d692ee611a.zip
- 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.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/tk86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tk86/Makefile b/x11-toolkits/tk86/Makefile
index 39e6d2c684ab..279752e2a019 100644
--- a/x11-toolkits/tk86/Makefile
+++ b/x11-toolkits/tk86/Makefile
@@ -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} \