diff options
Diffstat (limited to 'x11-toolkits/kf5-kitemviews/Makefile')
-rw-r--r-- | x11-toolkits/kf5-kitemviews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/kf5-kitemviews/Makefile b/x11-toolkits/kf5-kitemviews/Makefile index 6686d04d8e0e..c102eeec1bfc 100644 --- a/x11-toolkits/kf5-kitemviews/Makefile +++ b/x11-toolkits/kf5-kitemviews/Makefile @@ -6,8 +6,8 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KF5 widget addons for Qt Model/View USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz -USE_KDE= ecm_build +USE_KDE= ecm:build USE_QT= core gui linguisttools uiplugin widgets \ - buildtools_build qmake_build testlib_build + buildtools:build qmake:build testlib:build .include <bsd.port.mk> |