diff options
Diffstat (limited to 'devel/qt5/Makefile')
-rw-r--r-- | devel/qt5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/qt5/Makefile b/devel/qt5/Makefile index 3447a0281100..b512a838f373 100644 --- a/devel/qt5/Makefile +++ b/devel/qt5/Makefile @@ -10,7 +10,7 @@ COMMENT= Cross-platform application and UI framework (metaport) # * phonon4 is not part of Qt itself. # * we don't want to pull in wayland just yet. -USE_QT5= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:S/$/_run/} -USES= metaport +USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:S/$/_run/} +USES= metaport qt:5 .include <bsd.port.mk> |