From 3531da429340d8118f43d2161a1dc308cc90c032 Mon Sep 17 00:00:00 2001 From: bf Date: Wed, 13 Jun 2012 04:49:48 +0000 Subject: 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 --- converters/pdf2djvu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters') 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} -- cgit