diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-03-31 08:39:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-03-31 08:39:53 +0000 |
commit | 976106212580958643fc0c3351326ecddce016b7 (patch) | |
tree | f3a626effb954c20590e746b0f0fa8ac5d6abc21 /converters/pdf2djvu | |
parent | 2fe55e85136f688bb9dcc63c10d8ad11dd1d5271 (diff) | |
download | ports-976106212580958643fc0c3351326ecddce016b7.tar.gz ports-976106212580958643fc0c3351326ecddce016b7.zip |
Notes
Diffstat (limited to 'converters/pdf2djvu')
-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 540f2ddd9f77..1a8efd972f5d 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} \ |