summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-14 10:04:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-14 10:04:06 +0000
commit2f140cb7098b75b8783cf0009203d083549da450 (patch)
treeca291d875c18ce5f44cef7a1650b1dd56fbfa504
parent- Modernize plist, switch to @sample (diff)
- Add CPE info
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=386309
-rw-r--r--emulators/xen-kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xen-kernel/Makefile b/emulators/xen-kernel/Makefile
index efc7cb7c0727..8cc11b6ca75a 100644
--- a/emulators/xen-kernel/Makefile
+++ b/emulators/xen-kernel/Makefile
@@ -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