git: 72a976b3b716 - main - net-im/ruqola: fix build due to missing build-deps
Adriaan de Groot
adridg at FreeBSD.org
Sun Jul 11 18:53:33 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=72a976b3b7160a6e56fcec0fea4b884d76bbd273
commit 72a976b3b7160a6e56fcec0fea4b884d76bbd273
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-11 18:44:22 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-11 18:53:25 +0000
net-im/ruqola: fix build due to missing build-deps
---
net-im/ruqola/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-im/ruqola/Makefile b/net-im/ruqola/Makefile
index aeaccf0e54d3..6b7afd124d3b 100644
--- a/net-im/ruqola/Makefile
+++ b/net-im/ruqola/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ruqola
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im kde
MAINTAINER= kde at FreeBSD.org
@@ -16,13 +16,13 @@ LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \
USES= cmake compiler:c++11-lang gnome kde:5 localbase:ldflags qt:5
USE_GNOME= glib20
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
- dbusaddons ecm i18n iconthemes itemviews jobwidgets kio kirigami2 \
+ dbusaddons i18n iconthemes itemviews jobwidgets kio kirigami2 \
notifications notifyconfig service sonnet syntaxhighlighting \
textwidgets widgetsaddons windowsystem xmlgui \
- doctools_build
+ doctools_build ecm_build
USE_QT= concurrent core dbus declarative declarative gui multimedia \
- network networkauth speech xml websockets widgets \
- buildtools_build qmake_build
+ network networkauth speech xml websockets widgets \
+ buildtools_build qmake_build testlib_build
KDE_INVENT= 9a770478085e737b291db2b50fe76a9b7704cd7d network
More information about the dev-commits-ports-all
mailing list