svn commit: r451751 - head/devel/binutils

Steve Wills swills at FreeBSD.org
Wed Oct 11 13:59:39 UTC 2017


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)


More information about the svn-ports-all mailing list