diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 10:04:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 10:04:06 +0000 |
commit | 2f140cb7098b75b8783cf0009203d083549da450 (patch) | |
tree | ca291d875c18ce5f44cef7a1650b1dd56fbfa504 | |
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/Makefile | 2 |
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 |