diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-03 02:55:48 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-12-03 02:55:48 +0000 |
commit | b0846be39d141321efa7e29f0d0043635f0262b0 (patch) | |
tree | f58828cfec393caa07c2c6290342ffabe4855702 /x11-toolkits/tile | |
parent | 5480ffd45d36804de804b97ac8d9767491f582e1 (diff) |
- 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/tile')
-rw-r--r-- | x11-toolkits/tile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tile/Makefile b/x11-toolkits/tile/Makefile index c2ea14e97491..0104b3dfe3bf 100644 --- a/x11-toolkits/tile/Makefile +++ b/x11-toolkits/tile/Makefile @@ -19,6 +19,7 @@ USE_TK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl${TK_VER} \ --with-tk=${LOCALBASE}/lib/tk${TK_VER} \ + --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include \ --exec-prefix=${PREFIX} --enable-shared CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${TCL_INCLUDES} ${TK_INCLUDES}" TCL_INCLUDES= -I${LOCALBASE}/include/tcl${TK_VER} -I${LOCALBASE}/include/tcl${TK_VER}/generic |