- Add explicit USE_XORG=X11 so CONFIGURE_ARGS gets --x-includes
Reported by: PortBuild (via erwin)
This commit is contained in:
parent
cd635a424a
commit
364d6b0e9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318408
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue