diff options
Diffstat (limited to 'graphics/qt4-imageformats/Makefile')
-rw-r--r-- | graphics/qt4-imageformats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qt4-imageformats/Makefile b/graphics/qt4-imageformats/Makefile index 4a68fd945a07..4cf5f7d808e9 100644 --- a/graphics/qt4-imageformats/Makefile +++ b/graphics/qt4-imageformats/Makefile @@ -8,6 +8,7 @@ PORTNAME= imageformats DISTVERSION= ${QT4_VERSION} +PORTREVISION= 1 CATEGORIES?= graphics PKGNAMEPREFIX= qt4- @@ -16,7 +17,7 @@ COMMENT= Qt imageformat plugins for GIF, JPEG, MNG and SVG LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ mng:${PORTSDIR}/graphics/libmng \ - png:${PORTSDIR}/graphics/png \ + png15:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff USE_QT_VER= 4 |