diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 00:04:52 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 00:04:52 +0000 |
commit | 260c9ae28aff937fe6bc696dede153472535e768 (patch) | |
tree | e31bcd293ab3eafd1a1185b76647545e72422405 | |
parent | 3cd6fc2a0deea5cee7bd6f27519b4038db56aec9 (diff) |
ports-mgmt/packagekit: remove nonexistent qt4 slaveport check
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=496006
-rw-r--r-- | ports-mgmt/packagekit/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile index 1f5c43d35253..52eacabc034a 100644 --- a/ports-mgmt/packagekit/Makefile +++ b/ports-mgmt/packagekit/Makefile @@ -73,18 +73,6 @@ CONFIGURE_ARGS+=--disable-gtk-module PLIST_SUB+= GTK="@comment " CONFIGURE_ARGS+=--disable-qt - -.elif defined(${SLAVEPORT}) && ${SLAVEPORT}=="qt4" -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -LIB_DEPENDS+= libpackagekit-glib2.so:ports-mgmt/packagekit - -CONFIGURE_ARGS+=--enable-qt -LIB_DEPENDS+= libcppunit.so:devel/cppunit -USES= qt:4 -USE_QT+= dbus gui xml sql moc_build -#.include "${PORTSDIR}/Mk/bsd.qt.mk" .endif post-patch: |