diff options
Diffstat (limited to 'devel/kf5-ki18n')
-rw-r--r-- | devel/kf5-ki18n/Makefile | 7 |
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> |