Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2015 10:47:27 +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: r381901 - head/x11/libX11
Message-ID:  <201503221047.t2MAlREn020541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Sun Mar 22 10:47:26 2015
New Revision: 381901
URL: https://svnweb.freebsd.org/changeset/ports/381901
QAT: https://qat.redports.org/buildarchive/r381901/

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

Modified:
  head/x11/libX11/Makefile

Modified: head/x11/libX11/Makefile
==============================================================================
--- head/x11/libX11/Makefile	Sun Mar 22 10:44:18 2015	(r381900)
+++ head/x11/libX11/Makefile	Sun Mar 22 10:47:26 2015	(r381901)
@@ -12,12 +12,13 @@ COMMENT=	X11 library
 
 LICENSE=	MIT
 
-USES=		perl5
+USES=		cpe perl5
 XORG_CAT=	lib
 USE_XORG=	bigreqsproto xau xcmiscproto xdmcp xextproto xtrans \
 		kbproto:both inputproto xf86bigfontproto xproto:both \
 		xcb
 USE_PERL5=	build
+CPE_VENDOR=	x
 
 CONFIGURE_ARGS+=	--datadir=${PREFIX}/lib \
 			--without-xmlto \



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