diff options
Diffstat (limited to 'graphics/podofo/Makefile')
-rw-r--r-- | graphics/podofo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index f602733c3e46..f1999cdb0853 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -7,7 +7,7 @@ PORTNAME= podofo PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} @@ -50,7 +50,7 @@ CMAKE_ARGS+= -DWANT_TIFF:BOOL=TRUE .endif .if !defined(WITHOUT_PNG) -LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png CMAKE_ARGS+= -DWANT_PNG:BOOL=TRUE .endif |