aboutsummaryrefslogtreecommitdiff
path: root/devel/tclcl
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tclcl')
-rw-r--r--devel/tclcl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile
index a8ca2e9ea1da..f80944d45557 100644
--- a/devel/tclcl/Makefile
+++ b/devel/tclcl/Makefile
@@ -19,7 +19,8 @@ LIB_DEPENDS= tk84:${PORTSDIR}/x11-toolkits/tk84 \
otcl:${PORTSDIR}/lang/otcl
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4
+CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 \
+ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
.include <bsd.port.pre.mk>