aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tktray
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-12-03 02:55:48 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-12-03 02:55:48 +0000
commitb0846be39d141321efa7e29f0d0043635f0262b0 (patch)
treef58828cfec393caa07c2c6290342ffabe4855702 /x11-toolkits/tktray
parent5480ffd45d36804de804b97ac8d9767491f582e1 (diff)
downloadports-b0846be39d141321efa7e29f0d0043635f0262b0.tar.gz
ports-b0846be39d141321efa7e29f0d0043635f0262b0.zip
- Respect X11BASE
PR: ports/106210, ports/106211, ports/106212, ports/106213 Submitted by: rafan Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=178645
Diffstat (limited to 'x11-toolkits/tktray')
-rw-r--r--x11-toolkits/tktray/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile
index aa93f6579305..974392b7beb5 100644
--- a/x11-toolkits/tktray/Makefile
+++ b/x11-toolkits/tktray/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= tk${USE_TK}.1:${PORTSDIR}/x11-toolkits/tk${USE_TK}
USE_TK= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \
+ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include \
--with-tkinclude=${TK_INCLUDEDIR} --enable-shared
CPPFLAGS= -I${TK_INCLUDEDIR}/generic -I${TCL_INCLUDEDIR}/generic
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"