diff options
Diffstat (limited to 'textproc/ipdf/Makefile')
-rw-r--r-- | textproc/ipdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index c6a8b0e26384..8193adbfbcf4 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -8,7 +8,7 @@ PORTNAME= ipdf PORTVERSION= 1.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://hoopajoo.net/static/projects/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Creates indexed pdf documents from text files LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib \ - png.6:${PORTSDIR}/graphics/png \ + png15:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes |