- Unbreak WITH_QT
PR: ports/67421 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
This commit is contained in:
parent
bf61e45673
commit
850281105c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110564
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --disable-fpo
|
|||
.if defined(WITH_QT)
|
||||
CONFIGURE_ARGS+= --enable-gui=qt
|
||||
USE_QT_VER= 3
|
||||
QTDIR?= ${X11BASE}
|
||||
CONFIGURE_ENV+= QTDIR="${QTDIR}"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --enable-gui=nogui
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue