aboutsummaryrefslogtreecommitdiff
path: root/multimedia/phonon
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-01-01 13:07:25 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-01-01 13:07:25 +0000
commitdb0ff4321643d9152581da50d01eac36ebdda5c4 (patch)
tree8d1d3630f7d470e7094d04445688e31a7177ba89 /multimedia/phonon
parente65b4e015c9ac64f97b2a5cdf57fcec61cc4d1cb (diff)
downloadports-db0ff4321643d9152581da50d01eac36ebdda5c4.tar.gz
ports-db0ff4321643d9152581da50d01eac36ebdda5c4.zip
multimedia/phonon@qt4: directly build depend on devel/automoc4 after r488807
MFH: 2019Q1
Notes
Notes: svn path=/head/; revision=488881
Diffstat (limited to 'multimedia/phonon')
-rw-r--r--multimedia/phonon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile
index 3e3f3cdeb388..cedb07a21eb4 100644
--- a/multimedia/phonon/Makefile
+++ b/multimedia/phonon/Makefile
@@ -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