Date: Sun, 11 Jul 2021 20:44:18 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: 604c98a3b256 - main - misc/tellico: fix build due to missing build-deps Message-ID: <202107112044.16BKiIo6085666@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=604c98a3b256ea825ef9e825adafcfa0fcf46d21 commit 604c98a3b256ea825ef9e825adafcfa0fcf46d21 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-11 18:58:32 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-07-11 18:58:32 +0000 misc/tellico: fix build due to missing build-deps --- misc/tellico/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index ea7ebabe1c31..b5f39e0caf35 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -2,7 +2,7 @@ PORTNAME= tellico DISTVERSION= 3.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ @@ -26,13 +26,13 @@ USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ tar:xz USE_GNOME= libxml2 libxslt USE_KDE= archive attica5 auth bookmarks codecs completion config \ - configwidgets coreaddons crash ecm filemetadata guiaddons \ + configwidgets coreaddons crash filemetadata guiaddons \ i18n iconthemes itemmodels itemviews jobwidgets js khtml kio \ libkcddb libksane newstuff parts service solid sonnet \ textwidgets wallet widgetsaddons windowsystem xmlgui \ - doctools_build + doctools_build ecm_build USE_QT= concurrent core dbus gui network widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build SHEBANG_FILES= src/fetch/scripts/dark_horse_comics.py \ src/fetch/scripts/fr.allocine.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107112044.16BKiIo6085666>