svn commit: r488912 - branches/2019Q1/multimedia/phonon

Tobias C. Berner tcberner at FreeBSD.org
Tue Jan 1 15:40:38 UTC 2019


Author: tcberner
Date: Tue Jan  1 15:40:37 2019
New Revision: 488912
URL: https://svnweb.freebsd.org/changeset/ports/488912

Log:
  MFH: r488881
  
  multimedia/phonon at qt4: directly build depend on devel/automoc4 after r488807
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q1/multimedia/phonon/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/multimedia/phonon/Makefile
==============================================================================
--- branches/2019Q1/multimedia/phonon/Makefile	Tue Jan  1 15:38:58 2019	(r488911)
+++ branches/2019Q1/multimedia/phonon/Makefile	Tue Jan  1 15:40:37 2019	(r488912)
@@ -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-all mailing list