diff options
author | stas <stas@FreeBSD.org> | 2010-11-21 16:59:10 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-11-21 16:59:10 +0800 |
commit | 5b775d837ce45255d6154d830d3941eaf9c1a1c3 (patch) | |
tree | e0a2a4a6ac10a3da7771705201baec670a5f6992 /converters | |
parent | bb26a0097fdfc4d37214652c28c24e1168d9a69e (diff) | |
download | freebsd-ports-gnome-5b775d837ce45255d6154d830d3941eaf9c1a1c3.tar.gz freebsd-ports-gnome-5b775d837ce45255d6154d830d3941eaf9c1a1c3.tar.zst freebsd-ports-gnome-5b775d837ce45255d6154d830d3941eaf9c1a1c3.zip |
- Update graphics/djvulibre to 3.5.23.
- Bump portrevisions of all dependent ports.
PR: ports/152353, ports/152353 (based on)
Submitted by: Takefu <takefu@airport.fm>
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 bd2318f50294..540f2ddd9f77 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.5.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} @@ -17,7 +17,7 @@ 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+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11 +LIB_DEPENDS+= djvulibre.23:${PORTSDIR}/graphics/djvulibre-nox11 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS=${PTHREAD_LIBS} \ |