svn commit: r381931 - head/x11/libXcursor

Bartek Rutkowski robak at FreeBSD.org
Sun Mar 22 15:44:35 UTC 2015


Author: robak
Date: Sun Mar 22 15:44:33 2015
New Revision: 381931
URL: https://svnweb.freebsd.org/changeset/ports/381931
QAT: https://qat.redports.org/buildarchive/r381931/

Log:
  x11/libXcursor: add CPE information
  
  - Maintainer's timeout (x11 at FreeBSD.org)
  
  PR:		197732
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/x11/libXcursor/Makefile

Modified: head/x11/libXcursor/Makefile
==============================================================================
--- head/x11/libXcursor/Makefile	Sun Mar 22 15:36:31 2015	(r381930)
+++ head/x11/libXcursor/Makefile	Sun Mar 22 15:44:33 2015	(r381931)
@@ -15,6 +15,10 @@ XORG_CAT=	lib
 USE_XORG=	xrender x11 xfixes fixesproto xproto:both \
 		xextproto
 
+USES+=	cpe
+CPE_PRODUCT=	libxcursor
+CPE_VENDOR=	x
+
 CONFIGURE_ARGS=	--with-icondir=${PREFIX}/lib/X11/icons
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list