diff options
Diffstat (limited to 'graphics/phototonic/Makefile')
-rw-r--r-- | graphics/phototonic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/phototonic/Makefile b/graphics/phototonic/Makefile index 26e383ed30e7..390ba6192477 100644 --- a/graphics/phototonic/Makefile +++ b/graphics/phototonic/Makefile @@ -15,11 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexiv2.so:graphics/exiv2 -USES= desktop-file-utils gettext qmake +USES= desktop-file-utils gettext qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= oferkv USE_GL= gl -USE_QT5= core gui imageformats svg widgets buildtools_build +USE_QT= core gui imageformats svg widgets buildtools_build post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ |