aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tktreectrl
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-05-17 21:54:30 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-05-17 21:54:30 +0000
commit364d6b0e9d3a224d72b5b8820f0682705b27708b (patch)
tree1e0625ae7a222a5492216f7103db5da16b80f3d4 /x11-toolkits/tktreectrl
parentcd635a424aa76d7252870d12aaf62c1216207ffb (diff)
downloadports-364d6b0e9d3a224d72b5b8820f0682705b27708b.tar.gz
ports-364d6b0e9d3a224d72b5b8820f0682705b27708b.zip
- Add explicit USE_XORG=X11 so CONFIGURE_ARGS gets --x-includes
Reported by: PortBuild (via erwin)
Notes
Notes: svn path=/head/; revision=318408
Diffstat (limited to 'x11-toolkits/tktreectrl')
-rw-r--r--x11-toolkits/tktreectrl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/tktreectrl/Makefile b/x11-toolkits/tktreectrl/Makefile
index 88cd39331f64..b8b79ad091c3 100644
--- a/x11-toolkits/tktreectrl/Makefile
+++ b/x11-toolkits/tktreectrl/Makefile
@@ -9,9 +9,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Multi-column hierarchical listbox widget
+#USE_XORG= x11
USE_TK= 86
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \
+CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
--with-tk=${TK_LIBDIR} \
--exec-prefix=${PREFIX} \
--enable-shared