Date: Sun, 11 Jul 2021 18:53:32 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 72a976b3b716 - main - net-im/ruqola: fix build due to missing build-deps Message-ID: <202107111853.16BIrWAT039348@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=72a976b3b7160a6e56fcec0fea4b884d76bbd273 commit 72a976b3b7160a6e56fcec0fea4b884d76bbd273 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-11 18:44:22 +0000 Commit: Adriaan de Groot <adridg@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107111853.16BIrWAT039348>