svn commit: r558018 - head/graphics/jasper

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 22:19:46 UTC 2020


Author: sunpoet
Date: Sun Dec 13 22:19:43 2020
New Revision: 558018
URL: https://svnweb.freebsd.org/changeset/ports/558018

Log:
  Add USES=cpe

Modified:
  head/graphics/jasper/Makefile

Modified: head/graphics/jasper/Makefile
==============================================================================
--- head/graphics/jasper/Makefile	Sun Dec 13 22:19:39 2020	(r558017)
+++ head/graphics/jasper/Makefile	Sun Dec 13 22:19:43 2020	(r558018)
@@ -14,7 +14,7 @@ LICENSE_NAME=	JasPer License Version 2.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		cmake jpeg localbase
+USES=		cmake cpe jpeg localbase
 
 CMAKE_OFF=	JAS_ENABLE_AUTOMATIC_DEPENDENCIES JAS_ENABLE_DOC
 CMAKE_ON=	JAS_ENABLE_LIBJPEG
@@ -24,6 +24,8 @@ DOCSDIR=	${PREFIX}/share/doc/JasPer
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	jasper-software
+
+CPE_VENDOR=	jasper_project
 
 OPTIONS_DEFINE=	OPENGL DOCS
 OPTIONS_DEFAULT=OPENGL


More information about the svn-ports-head mailing list