aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-05-18 05:54:30 +0800
committergahr <gahr@FreeBSD.org>2013-05-18 05:54:30 +0800
commit35c304d3c2ac4e3f152ad25b49a5eb21c79fead9 (patch)
tree1e0625ae7a222a5492216f7103db5da16b80f3d4 /x11-toolkits
parentc4e0eb0bfc8af5007110f7a037a334acadc73ac4 (diff)
downloadfreebsd-ports-gnome-35c304d3c2ac4e3f152ad25b49a5eb21c79fead9.tar.gz
freebsd-ports-gnome-35c304d3c2ac4e3f152ad25b49a5eb21c79fead9.tar.zst
freebsd-ports-gnome-35c304d3c2ac4e3f152ad25b49a5eb21c79fead9.zip
- Add explicit USE_XORG=X11 so CONFIGURE_ARGS gets --x-includes
Reported by: PortBuild (via erwin)
Diffstat (limited to 'x11-toolkits')
-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