svn commit: r403023 - head/graphics/mupdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 5 05:50:05 UTC 2015


Author: sunpoet
Date: Sat Dec  5 05:50:04 2015
New Revision: 403023
URL: https://svnweb.freebsd.org/changeset/ports/403023

Log:
  - Fix build with jbig2dec 0.12
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/mupdf/Makefile

Modified: head/graphics/mupdf/Makefile
==============================================================================
--- head/graphics/mupdf/Makefile	Sat Dec  5 04:59:56 2015	(r403022)
+++ head/graphics/mupdf/Makefile	Sat Dec  5 05:50:04 2015	(r403023)
@@ -13,12 +13,14 @@ MAINTAINER=	udvzsolt at gmail.com
 COMMENT=	Lightweight PDF viewer and toolkit
 
 LICENSE=	AGPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \
 		libopenjp2.so:${PORTSDIR}/graphics/openjpeg
 
+CFLAGS+=	-I${WRKSRC}/include/mupdf
 LIBS+=		-L${LOCALBASE}/lib
 MAKE_ARGS=	build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes
 USES=		cpe compiler:c++11-lang gmake jpeg pkgconfig


More information about the svn-ports-all mailing list