Date: Sun, 4 Sep 2022 22:25:32 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d8d86229c0b2 - main - net-im/ruqola: pet stage-qa, add missed dependencies Message-ID: <202209042225.284MPWu3071054@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8d86229c0b2c8fd84c5ca3d2595d480edee920a commit d8d86229c0b2c8fd84c5ca3d2595d480edee920a Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-04 22:24:55 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-04 22:25:26 +0000 net-im/ruqola: pet stage-qa, add missed dependencies --- net-im/ruqola/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-im/ruqola/Makefile b/net-im/ruqola/Makefile index 215dfb52c4d3..f6a6cbec74dc 100644 --- a/net-im/ruqola/Makefile +++ b/net-im/ruqola/Makefile @@ -1,4 +1,5 @@ PORTNAME= ruqola +PORTREVISION= 1 MASTER_SITES= KDE/stable/${PORTNAME}/ DISTVERSION= 1.8.0 CATEGORIES= net-im kde @@ -12,16 +13,17 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ libsecret-1.so:security/libsecret -USES= cmake compiler:c++11-lang gnome kde:5 localbase:ldflags qt:5 tar:xz +USES= cmake compiler:c++11-lang gnome kde:5 localbase:ldflags qt:5 tar:xz xorg USE_GNOME= glib20 -USE_KDE= auth codecs completion config configwidgets coreaddons crash \ +USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons crash \ dbusaddons i18n iconthemes idletime itemviews jobwidgets kio kirigami2 \ notifications notifyconfig prison service solid sonnet syntaxhighlighting \ textwidgets widgetsaddons windowsystem xmlgui \ doctools_build ecm_build USE_QT= concurrent core dbus declarative declarative gui multimedia \ - network networkauth speech xml websockets widgets \ + network networkauth speech sql xml websockets widgets \ buildtools_build qmake_build testlib_build +USE_XORG= x11 PLIST_SUB= SO_VER=${DISTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209042225.284MPWu3071054>