diff options
Diffstat (limited to 'graphics/qt5-imageformats/Makefile')
-rw-r--r-- | graphics/qt5-imageformats/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/qt5-imageformats/Makefile b/graphics/qt5-imageformats/Makefile index 7656872e766f..cc70ac9bf153 100644 --- a/graphics/qt5-imageformats/Makefile +++ b/graphics/qt5-imageformats/Makefile @@ -9,10 +9,10 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt plugins for additional image formats -LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ - libmng.so:${PORTSDIR}/graphics/libmng \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libwebp.so:${PORTSDIR}/graphics/webp +LIB_DEPENDS= libjasper.so:graphics/jasper \ + libmng.so:graphics/libmng \ + libtiff.so:graphics/tiff \ + libwebp.so:graphics/webp USE_QT5= core gui buildtools_build QT_DIST= ${PORTNAME} |