svn commit: r382182 - head/x11/libXtst

Bartek Rutkowski robak at FreeBSD.org
Tue Mar 24 21:41:42 UTC 2015


Author: robak
Date: Tue Mar 24 21:41:41 2015
New Revision: 382182
URL: https://svnweb.freebsd.org/changeset/ports/382182
QAT: https://qat.redports.org/buildarchive/r382182/

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

Modified:
  head/x11/libXtst/Makefile

Modified: head/x11/libXtst/Makefile
==============================================================================
--- head/x11/libXtst/Makefile	Tue Mar 24 21:40:47 2015	(r382181)
+++ head/x11/libXtst/Makefile	Tue Mar 24 21:41:41 2015	(r382182)
@@ -14,6 +14,9 @@ LICENSE=	MIT
 XORG_CAT=	lib
 USE_XORG=	x11 xext recordproto:both xextproto inputproto:both \
 		xi
+USES+=	cpe
+CPE_PRODUCT=	libxtst
+CPE_VENDOR=	x
 
 CONFIGURE_ARGS+=--disable-specs --without-xmlto
 


More information about the svn-ports-head mailing list