diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-13 04:49:48 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-13 04:49:48 +0000 |
commit | dfe91aa6aea1b0ebfee4bceeb43ad4c22245e70f (patch) | |
tree | 2d23b83683c6c6a8b7577e24084dedf72be0e9c5 /converters/pdf2djvu | |
parent | 955fb96849384905563eeaa238873abfc709f3ff (diff) | |
download | ports-dfe91aa6aea1b0ebfee4bceeb43ad4c22245e70f.tar.gz ports-dfe91aa6aea1b0ebfee4bceeb43ad4c22245e70f.zip |
update DjVuLibre to 3.5.25.3 and adjust dependent ports: the QT3 GUI that was
formerly in graphics/djvulibre has been removed, and graphics/djvulibre-nox11
has been merged back into graphics/djvulibre
Notes
Notes:
svn path=/head/; revision=299167
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 9aa1cc4ed7e3..b03407f08ce8 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.5.11 -PORTREVISION= 9 +PORTREVISION= 10 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.18:${PORTSDIR}/graphics/poppler -LIB_DEPENDS+= djvulibre.24:${PORTSDIR}/graphics/djvulibre-nox11 +LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS=${PTHREAD_LIBS} |