aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-14 09:55:39 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-14 10:41:44 +0000
commit38fc692050fddcb00c7ab41eb8a639f303b1f843 (patch)
treea373869452b8f9862f0653096353003a4610123e
parenteb6dcd1e5a128cb4ec5a19aa5a3da2d76f817c0d (diff)
downloadports-38fc692050fddcb00c7ab41eb8a639f303b1f843.tar.gz
ports-38fc692050fddcb00c7ab41eb8a639f303b1f843.zip
deskutils/plasma5-milou: cleanup dependencies
-rw-r--r--deskutils/plasma5-milou/Makefile7
1 files 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>