Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 13:50:55 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488893 - in head/sysutils: policykit-qt qzeitgeist
Message-ID:  <201901011350.x01Dotg0029253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Tue Jan  1 13:50:55 2019
New Revision: 488893
URL: https://svnweb.freebsd.org/changeset/ports/488893

Log:
  sysutils/policykit-qt, sysutils/qzeitgeist: remove dead variable USE_KDE
  
  Reported by:	rene
  MFH:		2019Q1

Modified:
  head/sysutils/policykit-qt/Makefile
  head/sysutils/qzeitgeist/Makefile

Modified: head/sysutils/policykit-qt/Makefile
==============================================================================
--- head/sysutils/policykit-qt/Makefile	Tue Jan  1 13:49:42 2019	(r488892)
+++ head/sysutils/policykit-qt/Makefile	Tue Jan  1 13:50:55 2019	(r488893)
@@ -19,7 +19,6 @@ LIB_DEPENDS=	libpolkit.so:sysutils/policykit
 
 USE_LDCONFIG=	yes
 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
 

Modified: head/sysutils/qzeitgeist/Makefile
==============================================================================
--- head/sysutils/qzeitgeist/Makefile	Tue Jan  1 13:49:42 2019	(r488892)
+++ head/sysutils/qzeitgeist/Makefile	Tue Jan  1 13:50:55 2019	(r488893)
@@ -25,7 +25,6 @@ BUILD_DEPENDS=	automoc4:devel/automoc4 \
 		${PYTHON_PKGNAMEPREFIX}rdflib>=0:textproc/py-rdflib@${PY_FLAVOR}
 
 USES=		cmake python:2.7,build qt:4 tar:bzip2
-USE_KDE=	automoc4
 USE_QT=		corelib dbus declarative qtestlib \
 		moc_build qmake_build rcc_build uic_build
 USE_LDCONFIG=	yes



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