svn commit: r399805 - head/graphics/zathura-pdf-mupdf

Kubilay Kocak koobs at FreeBSD.org
Tue Oct 20 08:11:55 UTC 2015


Author: koobs
Date: Tue Oct 20 08:11:54 2015
New Revision: 399805
URL: https://svnweb.freebsd.org/changeset/ports/399805

Log:
  graphics/zathura-pdf-mupdf: Add missing LIB_DEPENDS
  
  Add missing jbig2dec and openjpeg to LIB_DEPENDS, registering them
  as run-time dependencies.
  
  Without this change, both packages are removed during pkg autoremove,
  resulting in the inability to open PDF files.
  
  PR:		203850
  Submitted by:	Zsolt Udvari <udvzsolt gmail com> (maintainer)
  MFH:		2015Q4

Modified:
  head/graphics/zathura-pdf-mupdf/Makefile

Modified: head/graphics/zathura-pdf-mupdf/Makefile
==============================================================================
--- head/graphics/zathura-pdf-mupdf/Makefile	Tue Oct 20 08:00:29 2015	(r399804)
+++ head/graphics/zathura-pdf-mupdf/Makefile	Tue Oct 20 08:11:54 2015	(r399805)
@@ -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 au
 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
 


More information about the svn-ports-all mailing list