diff options
Diffstat (limited to 'graphics/kamera/Makefile')
-rw-r--r-- | graphics/kamera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kamera/Makefile b/graphics/kamera/Makefile index c2e9ee75492e..80d8c488f765 100644 --- a/graphics/kamera/Makefile +++ b/graphics/kamera/Makefile @@ -9,10 +9,10 @@ COMMENT= Digital camera manager for KDE LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 -USES= cmake:outsource gettext kde:5 tar:xz +USES= cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons doctools ecm i18n \ kio service widgetsaddons xmlgui -USE_QT5= core dbus gui widgets xml \ +USE_QT= core dbus gui widgets xml \ buildtools_build qmake_build .include <bsd.port.mk> |