svn commit: r488881 - head/multimedia/phonon

Tobias C. Berner tcberner at FreeBSD.org
Tue Jan 1 13:07:26 UTC 2019


Author: tcberner
Date: Tue Jan  1 13:07:25 2019
New Revision: 488881
URL: https://svnweb.freebsd.org/changeset/ports/488881

Log:
  multimedia/phonon at qt4: directly build depend on devel/automoc4 after r488807
  
  MFH:		2019Q1

Modified:
  head/multimedia/phonon/Makefile

Modified: head/multimedia/phonon/Makefile
==============================================================================
--- head/multimedia/phonon/Makefile	Tue Jan  1 13:03:50 2019	(r488880)
+++ head/multimedia/phonon/Makefile	Tue Jan  1 13:07:25 2019	(r488881)
@@ -32,8 +32,8 @@ USE_LDCONFIG=	yes
 .  if ${FLAVOR} == qt4
 DEPRECATED=	Qt4 has been EOL since december 2015
 EXPIRATION_DATE=2019-03-15
-USES+=		kde:4 qt:4
-USE_KDE=	automoc4
+BUILD_DEPENDS+=	automoc4:devel/automoc4
+USES+=		qt:4
 USE_QT=		corelib dbus declarative gui testlib \
 		qmake_build moc_build rcc_build uic_build
 .  else


More information about the svn-ports-head mailing list