svn commit: r501351 - head/sysutils/bareos-traymonitor

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sun May 12 00:55:14 UTC 2019


Author: acm
Date: Sun May 12 00:55:13 2019
New Revision: 501351
URL: https://svnweb.freebsd.org/changeset/ports/501351

Log:
  - Fix build
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/bareos-traymonitor/Makefile

Modified: head/sysutils/bareos-traymonitor/Makefile
==============================================================================
--- head/sysutils/bareos-traymonitor/Makefile	Sun May 12 00:42:15 2019	(r501350)
+++ head/sysutils/bareos-traymonitor/Makefile	Sun May 12 00:55:13 2019	(r501351)
@@ -12,7 +12,7 @@ LIB_DEPENDS+=	libqwt5-qt5.so:x11-toolkits/qwt5-qt5 \
 CONFLICTS=	bacula*-bat-* bareos16-traymonitor-*
 
 USES=		pkgconfig gettext-runtime desktop-file-utils qt:5
-USE_QT5=		qmake_build uic_build moc_build rcc_build gui corelib
+USE_QT=		buildtools qmake uitools gui core
 WITH_BAT=	yes
 
 PLIST=		${.CURDIR}/pkg-plist


More information about the svn-ports-all mailing list