Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2017 13:59:38 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451751 - head/devel/binutils
Message-ID:  <201710111359.v9BDxcrk004061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Oct 11 13:59:38 2017
New Revision: 451751
URL: https://svnweb.freebsd.org/changeset/ports/451751

Log:
  Add CPE info
  
  Approved by:	bapt (maintainer)

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Wed Oct 11 13:42:38 2017	(r451750)
+++ head/devel/binutils/Makefile	Wed Oct 11 13:59:38 2017	(r451751)
@@ -28,7 +28,8 @@ RELRO_DESC=	enable -z relro in ELF linker by default
 LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING3
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING3.LIB
 
-USES=		bison gmake libtool tar:bzip2 compiler:env
+USES=		bison cpe gmake libtool tar:bzip2 compiler:env
+CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 
 .if defined(PKGNAMEPREFIX)



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