mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Respect X11BASE
Approved by: maintainer (implicit)
This commit is contained in:
parent
72efb34f62
commit
f4bd91ce94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178631
@ -33,7 +33,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-tcllibs=${LOCALBASE}/lib/ \
|
||||
--with-tklibs=${LOCALBASE}/lib/ \
|
||||
--with-tclincls=${LOCALBASE}/include/tcl${TK_VER} \
|
||||
--with-tkincls=${LOCALBASE}/include/tk${TK_VER}
|
||||
--with-tkincls=${LOCALBASE}/include/tk${TK_VER} \
|
||||
--x-libraries=${X11BASE}/lib \
|
||||
--x-includes=${X11BASE}/include
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
TK_VER?= 8.4
|
||||
|
Loading…
Reference in New Issue
Block a user