svn commit: r382208 - head/x11/libXv

Bartek Rutkowski robak at FreeBSD.org
Wed Mar 25 12:44:34 UTC 2015


Author: robak
Date: Wed Mar 25 12:44:32 2015
New Revision: 382208
URL: https://svnweb.freebsd.org/changeset/ports/382208
QAT: https://qat.redports.org/buildarchive/r382208/

Log:
  x11/libXv: add CPE information
  
  PR:		197966
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>
  Approved by:	kwm (blanket)

Modified:
  head/x11/libXv/Makefile

Modified: head/x11/libXv/Makefile
==============================================================================
--- head/x11/libXv/Makefile	Wed Mar 25 12:34:51 2015	(r382207)
+++ head/x11/libXv/Makefile	Wed Mar 25 12:44:32 2015	(r382208)
@@ -14,5 +14,8 @@ LICENSE=	MIT
 
 XORG_CAT=	lib
 USE_XORG=	x11 xext xextproto videoproto:both xproto:both
+USES+=	cpe
+CPE_PRODUCT=	libxv
+CPE_VENDOR=	x
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list