Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2015 13:51:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376706 - head/graphics/jpeg-turbo
Message-ID:  <201501101351.t0ADpp2j056838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*



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