svn commit: r488908 - branches/2019Q1/sysutils/polkit-qt
Tobias C. Berner
tcberner at FreeBSD.org
Tue Jan 1 15:34:28 UTC 2019
Author: tcberner
Date: Tue Jan 1 15:34:26 2019
New Revision: 488908
URL: https://svnweb.freebsd.org/changeset/ports/488908
Log:
MFH: r488876
sysutils/polkit-qt at qt4: remove unnecessary (broken) dependency to automoc4 after r488807
Approved by: ports-secteam (miwi)
Modified:
branches/2019Q1/sysutils/polkit-qt/Makefile
Directory Properties:
branches/2019Q1/ (props changed)
Modified: branches/2019Q1/sysutils/polkit-qt/Makefile
==============================================================================
--- branches/2019Q1/sysutils/polkit-qt/Makefile Tue Jan 1 15:32:37 2019 (r488907)
+++ branches/2019Q1/sysutils/polkit-qt/Makefile Tue Jan 1 15:34:26 2019 (r488908)
@@ -4,7 +4,7 @@
PORTNAME= polkit-qt
DISTVERSIONPREFIX= 1-
DISTVERSION= 0.112.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= KDE/stable/apps/KDE4.x/admin/
PKGNAMESUFFIX= ${FLAVOR:C/qt//}
@@ -28,8 +28,7 @@ CMAKE_OFF= BUILD_EXAMPLES \
. if ${FLAVOR} == qt4
DEPRECATED= Qt4 has been EOL since december 2015
EXPIRATION_DATE=2019-03-15
-USES+= kde:4 qt:4
-USE_KDE= automoc4
+USES+= qt:4
USE_QT= corelib dbus gui \
qmake_build moc_build rcc_build uic_build
CMAKE_ON+= USE_QT4
More information about the svn-ports-all
mailing list