diff options
author | bf <bf@FreeBSD.org> | 2012-06-13 12:49:48 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-06-13 12:49:48 +0800 |
commit | 3531da429340d8118f43d2161a1dc308cc90c032 (patch) | |
tree | b8c0cec7b7307798966a4e6840e3c48a1601415b /converters | |
parent | 3bd8cd72e9926ac7415fb537c85253827e5b83fc (diff) | |
download | freebsd-ports-gnome-3531da429340d8118f43d2161a1dc308cc90c032.tar.gz freebsd-ports-gnome-3531da429340d8118f43d2161a1dc308cc90c032.tar.zst freebsd-ports-gnome-3531da429340d8118f43d2161a1dc308cc90c032.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
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 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} |