diff options
author | stas <stas@FreeBSD.org> | 2009-07-03 22:23:32 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-07-03 22:23:32 +0800 |
commit | 4807d72819d7161f6ae367046aeb84dcd69a8aa2 (patch) | |
tree | fa2931571a2daf37ba8d2fdff04b24e83bcb4063 /converters | |
parent | 56b29afbc460aa950ff39c6f178637e0ada93a82 (diff) | |
download | freebsd-ports-gnome-4807d72819d7161f6ae367046aeb84dcd69a8aa2.tar.gz freebsd-ports-gnome-4807d72819d7161f6ae367046aeb84dcd69a8aa2.tar.zst freebsd-ports-gnome-4807d72819d7161f6ae367046aeb84dcd69a8aa2.zip |
- djvulibre DSO version has changed to 22. Reflect this.
- ImageMagick should never depend on djvulibre, instead -nox11
version should be used, which contains the library required.
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 11c3942dc60c..6e203c3bc674 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -7,7 +7,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.4.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} @@ -21,7 +21,7 @@ LIB_DEPENDS= poppler.4:${PORTSDIR}/graphics/poppler USE_GMAKE= yes PLIST_FILES= bin/pdf2djvu -LIB_DEPENDS+= djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11 +LIB_DEPENDS+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11 MAN1= pdf2djvu.1 MANCOMPRESSED= no |