svn commit: r488880 - head/sysutils/policykit-qt

Tobias C. Berner tcberner at FreeBSD.org
Tue Jan 1 13:03:52 UTC 2019


Author: tcberner
Date: Tue Jan  1 13:03:50 2019
New Revision: 488880
URL: https://svnweb.freebsd.org/changeset/ports/488880

Log:
  sysutils/policykit-qt: directly build depend on devel/automoc4 after r488807
  
  MFH:		2019Q1

Modified:
  head/sysutils/policykit-qt/Makefile

Modified: head/sysutils/policykit-qt/Makefile
==============================================================================
--- head/sysutils/policykit-qt/Makefile	Tue Jan  1 13:02:09 2019	(r488879)
+++ head/sysutils/policykit-qt/Makefile	Tue Jan  1 13:03:50 2019	(r488880)
@@ -14,10 +14,11 @@ COMMENT=	PolicyKit manager for Qt
 DEPRECATED=		Qt4 has been EOL since december 2015
 EXPIRATION_DATE=	2019-03-15
 
+BUILD_DEPENDS=	automoc4:devel/automoc4
 LIB_DEPENDS=	libpolkit.so:sysutils/policykit
 
 USE_LDCONFIG=	yes
-USES=		cmake gettext kde:4 pkgconfig qt:4 tar:bzip2
+USES=		cmake gettext pkgconfig qt:4 tar:bzip2
 USE_KDE=	automoc4
 USE_QT=		corelib dbus gui network svg xml  \
 		qmake_build moc_build rcc_build uic_build


More information about the svn-ports-head mailing list