diff options
Diffstat (limited to 'textproc/kf5-kcodecs/Makefile')
-rw-r--r-- | textproc/kf5-kcodecs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/kf5-kcodecs/Makefile b/textproc/kf5-kcodecs/Makefile index ab93a8f558e2..37f9469383e0 100644 --- a/textproc/kf5-kcodecs/Makefile +++ b/textproc/kf5-kcodecs/Makefile @@ -8,8 +8,8 @@ COMMENT= KF5 library for string manipulation LICENSE= LGPL21 USES= cmake compiler:c++11-lib gperf kde:5 qt:5 tar:xz -USE_KDE= ecm_build +USE_KDE= ecm:build USE_QT= core linguisttools \ - buildtools_build qmake_build + buildtools:build qmake:build .include <bsd.port.mk> |