diff options
Diffstat (limited to 'converters/pdf2djvu/Makefile')
-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 6a643719ef7d..11c3942dc60c 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.4.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} @@ -16,7 +16,7 @@ MAINTAINER= darcsis@gmail.com COMMENT= Pdf2djvu creates DjVu files from PDF files BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams -LIB_DEPENDS= poppler.3:${PORTSDIR}/graphics/poppler +LIB_DEPENDS= poppler.4:${PORTSDIR}/graphics/poppler USE_GMAKE= yes PLIST_FILES= bin/pdf2djvu |