git: 5afc9994fed0 - main - irc/kvirc: declare missed build dependency on ECM (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Oct 2023 20:15:54 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5afc9994fed0eb040d87352b5cf58d7eec6b7c79
commit 5afc9994fed0eb040d87352b5cf58d7eec6b7c79
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-10-28 20:13:17 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-10-28 20:13:17 +0000
irc/kvirc: declare missed build dependency on ECM (+)
On last round of dependencies cleanup KVIrc lost ECM and ability to build a full KDE integration.
Bring it back.
While here, Perl5 is also a run dependency not a just build-dep.
---
irc/kvirc/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile
index a0d6f4dd97ab..8bc6a94d2709 100644
--- a/irc/kvirc/Makefile
+++ b/irc/kvirc/Makefile
@@ -1,7 +1,7 @@
PORTNAME= KVIrc
DISTVERSION= 5.0.0-102
DISTVERSIONSUFFIX= -geb3fdd6b1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= irc kde
MAINTAINER= kde@FreeBSD.org
@@ -17,9 +17,10 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \
kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 xorg
USE_GNOME= glib20
-USE_PERL5= build
+USE_PERL5= run build
USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \
- service widgetsaddons windowsystem xmlgui
+ service widgetsaddons windowsystem xmlgui \
+ ecm:build
USE_QT= core dbus gui multimedia network phonon4 printsupport sql svg \
widgets x11extras xml \
buildtools:build qmake:build