diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-10-20 08:11:54 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-10-20 08:11:54 +0000 |
commit | c1232f3105538feaf95126f341cda8ff05faae2d (patch) | |
tree | 0fcf350ecdac83334a434350ff2cf9ee3801be76 /graphics/zathura-pdf-mupdf | |
parent | e338006bfd0ecd909b09364c2a9a2ccd26708b98 (diff) |
Notes
Diffstat (limited to 'graphics/zathura-pdf-mupdf')
-rw-r--r-- | graphics/zathura-pdf-mupdf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index 4b4257b2264a..c5904e83e83e 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf PORTVERSION= 0.2.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/ @@ -18,6 +18,8 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura \ mupdf>=1.7,1:${PORTSDIR}/graphics/mupdf RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura +LIB_DEPENDS= libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ + libopenjp2.so:${PORTSDIR}/graphics/openjpeg PLIST_FILES= lib/zathura/pdf.so share/applications/zathura-pdf-mupdf.desktop |