1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

graphics/zbar: unbreak QT5 build (missed dependency on qt5-buildtools)

Reported by:	poudriere failure
Approved by:	portmgr (fix build)
This commit is contained in:
Dima Panov 2021-03-02 14:46:41 +00:00
parent 658b75716b
commit d1958e1679
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566959

View File

@ -71,7 +71,7 @@ NLS_LDFLAGS= -lintl
NLS_CONFIGURE_ENABLE= nls
QT5_USES= qt:5
QT5_USE= QT=core,gui,widgets,x11extras
QT5_USE= QT=core,gui,widgets,x11extras,buildtools_build
QT5_CONFIGURE_WITH= qt qt5
QT5_IMPLIES= X11