diff options
author | mezz <mezz@FreeBSD.org> | 2013-03-21 13:27:16 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2013-03-21 13:27:16 +0800 |
commit | 659ae5f671621168b5422da58b6dcb246f510611 (patch) | |
tree | c071769bfc107a2663404651db1a2a29a9d85c31 /converters | |
parent | 9c185be14dea93a7be1396360eccc508489c375b (diff) | |
download | freebsd-ports-gnome-659ae5f671621168b5422da58b6dcb246f510611.tar.gz freebsd-ports-gnome-659ae5f671621168b5422da58b6dcb246f510611.tar.zst freebsd-ports-gnome-659ae5f671621168b5422da58b6dcb246f510611.zip |
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
on poppler.
Submitted by: kwm (poppler* part)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/pdf2djvu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index aaf872181364..d36df0214074 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.5.11 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} @@ -16,7 +16,7 @@ MAINTAINER= darcsis@gmail.com COMMENT= Pdf2djvu creates DjVu files from PDF files BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams -LIB_DEPENDS= poppler.18:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre GNU_CONFIGURE= yes |