diff options
Diffstat (limited to 'graphics/zathura-pdf-mupdf/Makefile')
-rw-r--r-- | graphics/zathura-pdf-mupdf/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index 1dab3bc3bbf2..ec64bab12246 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -12,11 +12,11 @@ COMMENT= MuPDF render PDF plugin for Zathura PDF viewer LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura \ - mupdf>=1.8,1:${PORTSDIR}/graphics/mupdf -RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura -LIB_DEPENDS= libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ - libopenjp2.so:${PORTSDIR}/graphics/openjpeg +BUILD_DEPENDS= zathura:graphics/zathura \ + mupdf>=1.8,1:graphics/mupdf +RUN_DEPENDS= zathura:graphics/zathura +LIB_DEPENDS= libjbig2dec.so:graphics/jbig2dec \ + libopenjp2.so:graphics/openjpeg PLIST_FILES= lib/zathura/pdf.so share/applications/zathura-pdf-mupdf.desktop |