svn commit: r386309 - head/emulators/xen-kernel

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 14 10:04:07 UTC 2015


Author: amdmi3
Date: Thu May 14 10:04:06 2015
New Revision: 386309
URL: https://svnweb.freebsd.org/changeset/ports/386309

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/xen-kernel/Makefile

Modified: head/emulators/xen-kernel/Makefile
==============================================================================
--- head/emulators/xen-kernel/Makefile	Thu May 14 09:50:51 2015	(r386308)
+++ head/emulators/xen-kernel/Makefile	Thu May 14 10:04:06 2015	(r386309)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 ONLY_FOR_ARCH=	amd64
 
-USES=		gmake python:build
+USES=		cpe gmake python:build
 MAKE_ARGS=	HOSTCC="${CC}" CC="${CC}" PYTHON=${PYTHON_CMD} \
 		NM="${NM}" LD="${LD}"
 USE_GCC=	yes


More information about the svn-ports-all mailing list