diff options
Diffstat (limited to 'devel/kf5-kdbusaddons/Makefile')
-rw-r--r-- | devel/kf5-kdbusaddons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kf5-kdbusaddons/Makefile b/devel/kf5-kdbusaddons/Makefile index 420c77afda43..3e39899cbdd8 100644 --- a/devel/kf5-kdbusaddons/Makefile +++ b/devel/kf5-kdbusaddons/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm -USE_QT= buildtools_build core dbus gui linguisttools \ - qmake_build testlib x11extras +USE_QT= core dbus gui linguisttools testlib x11extras \ + buildtools_build qmake_build .include <bsd.port.mk> |