svn commit: r376706 - head/graphics/jpeg-turbo

Antoine Brodin antoine at FreeBSD.org
Sat Jan 10 13:51:51 UTC 2015


Author: antoine
Date: Sat Jan 10 13:51:50 2015
New Revision: 376706
URL: https://svnweb.freebsd.org/changeset/ports/376706
QAT: https://qat.redports.org/buildarchive/r376706/

Log:
  Add CPE information

Modified:
  head/graphics/jpeg-turbo/Makefile

Modified: head/graphics/jpeg-turbo/Makefile
==============================================================================
--- head/graphics/jpeg-turbo/Makefile	Sat Jan 10 13:37:38 2015	(r376705)
+++ head/graphics/jpeg-turbo/Makefile	Sat Jan 10 13:51:50 2015	(r376706)
@@ -14,12 +14,14 @@ COMMENT?=	SIMD-accelerated JPEG codec wh
 BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/nasm
 
 ONLY_FOR_ARCHS=	amd64 i386
-USES=		libtool
+USES=		cpe libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-jpeg8
 USE_LDCONFIG=	yes
 ALL_TARGET=	test
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	d.r.commander
+CPE_PRODUCT=	libjpeg-turbo
 
 PORTDOCS=	*
 PORTEXAMPLES=	*


More information about the svn-ports-all mailing list