svn commit: r528882 - head/audio/pulseaudio-qt

Tobias C. Berner tcberner at FreeBSD.org
Sat Mar 21 22:12:54 UTC 2020


Author: tcberner
Date: Sat Mar 21 22:12:52 2020
New Revision: 528882
URL: https://svnweb.freebsd.org/changeset/ports/528882

Log:
  audio/pulseaudio-qt: remove unnecessary dependencies

Modified:
  head/audio/pulseaudio-qt/Makefile

Modified: head/audio/pulseaudio-qt/Makefile
==============================================================================
--- head/audio/pulseaudio-qt/Makefile	Sat Mar 21 22:11:25 2020	(r528881)
+++ head/audio/pulseaudio-qt/Makefile	Sat Mar 21 22:12:52 2020	(r528882)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pulseaudio-qt
 DISTVERSION=	1.2
+PORTREVISION=	1
 MASTER_SITES=	KDE/stable/${PORTNAME}
 CATEGORIES=	audio kde
 
@@ -13,7 +14,7 @@ LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 
 USES=		cmake compiler:c++11-lib cpe gettext kde:5 \
 		pkgconfig qt:5 shebangfix tar:xz
-USE_KDE=	coreaddons ecm doctools i18n
+USE_KDE=	ecm_build
 USE_QT=		core dbus gui \
 		buildtools_build qmake_build
 


More information about the svn-ports-head mailing list