Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2015 06:34:53 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384084 - head/graphics/mupdf
Message-ID:  <201504160634.t3G6YrOL067295@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Apr 16 06:34:52 2015
New Revision: 384084
URL: https://svnweb.freebsd.org/changeset/ports/384084

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/mupdf/Makefile

Modified: head/graphics/mupdf/Makefile
==============================================================================
--- head/graphics/mupdf/Makefile	Thu Apr 16 06:33:52 2015	(r384083)
+++ head/graphics/mupdf/Makefile	Thu Apr 16 06:34:52 2015	(r384084)
@@ -22,9 +22,11 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 
 LIBS+=		-L${LOCALBASE}/lib
 MAKE_ARGS=	build=release prefix=${PREFIX} mandir=${PREFIX}/man verbose=yes
-USES=		compiler:c++11-lang pkgconfig gmake
+USES=		cpe compiler:c++11-lang pkgconfig gmake
 USE_XORG=	x11 xext
 
+CPE_VENDOR=	artifex
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
 
 OPTIONS_DEFINE=	SCROLL JS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504160634.t3G6YrOL067295>