Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2015 15:44:34 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381931 - head/x11/libXcursor
Message-ID:  <201503221544.t2MFiYXp062283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org)
  
  PR:		197732
  Submitted by:	Shun <shun.fbsd.pr@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>



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