diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:36:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:36:20 +0000 |
commit | 284cf7e6238e1818f820249028610aa60b2d146b (patch) | |
tree | 2d5a24d57a83c8612c5741488988d6819f23f4c9 /converters | |
parent | 8baa0305dbf37f362652e57504f2bb313edc2514 (diff) |
Chase poppler shlib bumps.
Notes
Notes:
svn path=/head/; revision=280298
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 1a8efd972f5d..2074d9499e33 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.5.11 -PORTREVISION= 6 +PORTREVISION= 7 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.6:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= poppler.13:${PORTSDIR}/graphics/poppler LIB_DEPENDS+= djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11 GNU_CONFIGURE= yes |