diff options
Diffstat (limited to 'graphics/phototonic/Makefile')
-rw-r--r-- | graphics/phototonic/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/phototonic/Makefile b/graphics/phototonic/Makefile index f67b42104f08..b9950ff54558 100644 --- a/graphics/phototonic/Makefile +++ b/graphics/phototonic/Makefile @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= phototonic -PORTVERSION= 1.7.20 DISTVERSIONPREFIX= v -PORTREVISION= 1 +DISTVERSION= 2.0 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Image viewer and organizer LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexiv2.so:graphics/exiv2 +USES= desktop-file-utils gettext qmake USE_GITHUB= yes GH_ACCOUNT= oferkv - -USES= desktop-file-utils gettext qmake -USE_QT5= buildtools_build imageformats svg widgets +USE_GL= gl +USE_QT5= core gui imageformats svg widgets buildtools_build post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ |