svn commit: r384084 - head/graphics/mupdf

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 16 06:34:53 UTC 2015


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


More information about the svn-ports-head mailing list