aboutsummaryrefslogtreecommitdiff
path: root/devel/kf5-ki18n
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-07-08 22:14:10 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-07-09 17:36:35 +0000
commitc0f139b89306c012b33bdd4d676b107305ba3e06 (patch)
tree02588523ca26bd83647873708e04d2c1bdd56495 /devel/kf5-ki18n
parentba93bcdc15399175b77e3ae109a6ed37807b1364 (diff)
downloadports-c0f139b89306c012b33bdd4d676b107305ba3e06.tar.gz
ports-c0f139b89306c012b33bdd4d676b107305ba3e06.zip
Diffstat (limited to 'devel/kf5-ki18n')
-rw-r--r--devel/kf5-ki18n/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/kf5-ki18n/Makefile b/devel/kf5-ki18n/Makefile
index 229ffa84fecc..6856afc0afac 100644
--- a/devel/kf5-ki18n/Makefile
+++ b/devel/kf5-ki18n/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ki18n
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@@ -7,8 +8,8 @@ COMMENT= KF5 advanced internationalization framework
USES= cmake compiler:c++11-lib gettext-runtime \
gettext-tools:build,run kde:5 qt:5 tar:xz
-USE_KDE= ecm
-USE_QT= concurrent core declarative network script testlib \
- buildtools_build qmake_build
+USE_KDE= ecm_build
+USE_QT= concurrent core declarative network script \
+ buildtools_build qmake_build testlib_build
.include <bsd.port.mk>