diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-21 07:23:59 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-21 07:23:59 +0000 |
commit | 62aa63f89c7b2be10de0e4851e10f3d58403dcf8 (patch) | |
tree | 357f14547ece03ed6f1ea54e0eba79851d67f289 /irc | |
parent | 54bba85b246b786b4c603000430c3f52fc393206 (diff) | |
download | ports-62aa63f89c7b2be10de0e4851e10f3d58403dcf8.tar.gz ports-62aa63f89c7b2be10de0e4851e10f3d58403dcf8.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/konversation/Makefile | 6 | ||||
-rw-r--r-- | irc/quassel/Makefile | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index cfc3cfd89c39..0ac8b9edea45 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -3,7 +3,7 @@ PORTNAME= konversation PORTVERSION= 1.7.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= irc kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src @@ -13,10 +13,8 @@ COMMENT= User friendly IRC client for KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -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 + python:run qca qt:5 shebangfix tar:xz USE_KDE= archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons doctools ecm \ emoticons globalaccel i18n iconthemes idletime itemviews \ diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index abda8dcb1809..cd325f960a4b 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -3,7 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MAINTAINER= woodsb02@FreeBSD.org @@ -39,7 +39,7 @@ CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt \ 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 +CORE_USES= qca CORE_SUB_FILES= pkg-message CORE_VARS= use_rc_subr=quasselcore \ users=quasselcore \ @@ -50,7 +50,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 +MONO_USES= qca NLS_USE= QT=linguisttools_build |