diff options
-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 efc7cb7..8cc11b6 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 |