git: 38fc692050fd - main - deskutils/plasma5-milou: cleanup dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Sep 2023 10:44:19 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=38fc692050fddcb00c7ab41eb8a639f303b1f843
commit 38fc692050fddcb00c7ab41eb8a639f303b1f843
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-09-14 09:55:39 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-09-14 10:41:44 +0000
deskutils/plasma5-milou: cleanup dependencies
---
deskutils/plasma5-milou/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/deskutils/plasma5-milou/Makefile b/deskutils/plasma5-milou/Makefile
index 8d4cedc811e6..23d9ee2f9897 100644
--- a/deskutils/plasma5-milou/Makefile
+++ b/deskutils/plasma5-milou/Makefile
@@ -1,5 +1,6 @@
PORTNAME= milou
DISTVERSION= ${KDE_PLASMA_VERSION}
+PORTREVISION= 1
CATEGORIES= deskutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
@@ -7,10 +8,10 @@ COMMENT= Plasma5 Plasmoid for search
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
-USE_KDE= auth codecs config coreaddons i18n itemmodels kdeclarative \
- package plasma-framework runner service \
+USE_KDE= config coreaddons i18n itemmodels package plasma-framework \
+ runner service \
ecm:build
-USE_QT= core declarative gui network script widgets \
+USE_QT= core declarative gui network widgets \
buildtools:build qmake:build testlib:build
.include <bsd.port.mk>