diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-01-07 18:08:50 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-01-07 18:08:50 +0800 |
commit | dc41c489bc3567522d0b1657e7824bb64bff5831 (patch) | |
tree | f14b67628b746528e345ec40491bf3d59bb23615 /graphics | |
parent | f1345ef5d6e82d2a56f51370c75beff4abf93893 (diff) | |
download | freebsd-ports-gnome-dc41c489bc3567522d0b1657e7824bb64bff5831.tar.gz freebsd-ports-gnome-dc41c489bc3567522d0b1657e7824bb64bff5831.tar.zst freebsd-ports-gnome-dc41c489bc3567522d0b1657e7824bb64bff5831.zip |
graphics/qt5-imageformats, fix build with clang6
PR: 224945
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qt5-imageformats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qt5-imageformats/Makefile b/graphics/qt5-imageformats/Makefile index 6cff4e0b199b..b33c3f589e47 100644 --- a/graphics/qt5-imageformats/Makefile +++ b/graphics/qt5-imageformats/Makefile @@ -2,6 +2,7 @@ PORTNAME= imageformats DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= qt5- @@ -15,6 +16,6 @@ LIB_DEPENDS= libjasper.so:graphics/jasper \ USE_QT5= core gui buildtools_build QT_DIST= ${PORTNAME} -USES= qmake +USES= localbase qmake .include <bsd.port.mk> |