diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-03-17 04:16:24 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-03-17 04:16:24 +0800 |
commit | 4eb7af986ad96f782a31fc22ee30251ff6f8fd7e (patch) | |
tree | 822b0bc7f9dca1817f29e51b2a298a08f24897f9 /irc | |
parent | 40730487d65a1e297ddc6b2f317b7c0cbfe05c8e (diff) | |
download | freebsd-ports-gnome-4eb7af986ad96f782a31fc22ee30251ff6f8fd7e.tar.gz freebsd-ports-gnome-4eb7af986ad96f782a31fc22ee30251ff6f8fd7e.tar.zst freebsd-ports-gnome-4eb7af986ad96f782a31fc22ee30251ff6f8fd7e.zip |
devel/qca: remove flavors (Qt4 deprecation)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/konversation/Makefile | 4 | ||||
-rw-r--r-- | irc/quassel/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index f45cb57a8975..f64b9f8b7410 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -3,7 +3,7 @@ PORTNAME= konversation PORTVERSION= 1.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src @@ -13,7 +13,7 @@ COMMENT= User friendly IRC client for KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 +LIB_DEPENDS= libqca-qt5.so:devel/qca USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ python:run qt:5 shebangfix tar:xz diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 0c3a68408bbf..f20e989c597d 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -3,7 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ @@ -41,7 +41,7 @@ CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ CORE_DESC= Quassel core server (for use with client) CORE_CMAKE_BOOL= WANT_CORE CORE_USE= qt=script,sql -CORE_LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 +CORE_LIB_DEPENDS= libqca-qt5.so:devel/qca CORE_SUB_FILES= pkg-message CORE_VARS= use_rc_subr=quasselcore \ users=quasselcore \ @@ -52,7 +52,7 @@ CORE_PLIST_FILES= bin/quasselcore MONO_DESC= Quassel standalone (monolithic binary: core+client combined) MONO_CMAKE_BOOL= WANT_MONO MONO_USE= qt=script,sql -MONO_LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 +MONO_LIB_DEPENDS= libqca-qt5.so:devel/qca NLS_USE= QT=linguisttools_build |