Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2015 11:02:35 +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: r381902 - head/x11/libxcb
Message-ID:  <201503221102.t2MB2Zso029208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Sun Mar 22 11:02:34 2015
New Revision: 381902
URL: https://svnweb.freebsd.org/changeset/ports/381902
QAT: https://qat.redports.org/buildarchive/r381902/

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

Modified:
  head/x11/libxcb/Makefile

Modified: head/x11/libxcb/Makefile
==============================================================================
--- head/x11/libxcb/Makefile	Sun Mar 22 10:47:26 2015	(r381901)
+++ head/x11/libxcb/Makefile	Sun Mar 22 11:02:34 2015	(r381902)
@@ -20,10 +20,11 @@ RUN_DEPENDS=	${LOCALBASE}/libdata/pkgcon
 CONFIGURE_ARGS+=	--disable-build-docs --without-doxygen --enable-xinput
 
 XORG_CAT=	lib
-USES=		gmake python:2,build
+USES=		cpe gmake python:2,build
 USE_GNOME=	libxslt:build
 USE_XORG=	xau xdmcp
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	x
 
 OPTIONS_DEFINE=	DOCS
 



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