diff options
author | stas <stas@FreeBSD.org> | 2011-03-31 16:39:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-03-31 16:39:53 +0800 |
commit | fed08b17fe7631eaa40b558723c31638b1d05eb0 (patch) | |
tree | 50161a57865ebb79c7a067388f0e0a9603e10277 /converters | |
parent | d15f2bd590b606502727b21d4bacb22c0a0577f0 (diff) | |
download | freebsd-ports-graphics-fed08b17fe7631eaa40b558723c31638b1d05eb0.tar.gz freebsd-ports-graphics-fed08b17fe7631eaa40b558723c31638b1d05eb0.tar.zst freebsd-ports-graphics-fed08b17fe7631eaa40b558723c31638b1d05eb0.zip |
- Update graphics/djvulibre* to 3.5.25. [1]
- Update djview4 to version 4.7.
- Bump up portrevisions of all dependent ports.
PR: ports/155742 [1]
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 540f2ddd9f7..1a8efd972f5 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.5.11 -PORTREVISION= 5 +PORTREVISION= 6 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.23:${PORTSDIR}/graphics/djvulibre-nox11 +LIB_DEPENDS+= djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS=${PTHREAD_LIBS} \ |