diff options
Diffstat (limited to 'net/wpa_gui/Makefile')
-rw-r--r-- | net/wpa_gui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wpa_gui/Makefile b/net/wpa_gui/Makefile index e98c21c5c2e1..a10ec47d95d1 100644 --- a/net/wpa_gui/Makefile +++ b/net/wpa_gui/Makefile @@ -18,8 +18,8 @@ COMMENT= Qt-based frontend for wpa_supplicant LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../COPYING -USES= gmake -USE_QT5= qmake_build buildtools_build linguisttools_build core gui \ +USES= gmake qt:5 +USE_QT= qmake_build buildtools_build linguisttools_build core gui \ widgets svg_run ALL_TARGET= wpa_gui-qt4 |