Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 15:40:37 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r488912 - branches/2019Q1/multimedia/phonon
Message-ID:  <201901011540.x01FebLn089809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901011540.x01FebLn089809>