svn commit: r566959 - head/graphics/zbar

Dima Panov fluffy at FreeBSD.org
Tue Mar 2 14:46:42 UTC 2021


Author: fluffy
Date: Tue Mar  2 14:46:41 2021
New Revision: 566959
URL: https://svnweb.freebsd.org/changeset/ports/566959

Log:
  graphics/zbar:	unbreak QT5 build (missed dependency on qt5-buildtools)
  
  Reported by:	poudriere failure
  Approved by:	portmgr (fix build)

Modified:
  head/graphics/zbar/Makefile

Modified: head/graphics/zbar/Makefile
==============================================================================
--- head/graphics/zbar/Makefile	Tue Mar  2 14:39:47 2021	(r566958)
+++ head/graphics/zbar/Makefile	Tue Mar  2 14:46:41 2021	(r566959)
@@ -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
 


More information about the svn-ports-all mailing list