diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2015-07-25 10:53:11 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2015-07-25 10:53:11 +0000 |
commit | cb2472596dd6f7a652a78bb8bfdb1f42ee57c8a8 (patch) | |
tree | 8770c8c79fe429d893ea5254789d6e1bdf249f6b /emulators/xen-kernel | |
parent | 886e3ad1139148b93f91b1f5a06fbb9931d0ff3d (diff) | |
download | ports-cb2472596dd6f7a652a78bb8bfdb1f42ee57c8a8.tar.gz ports-cb2472596dd6f7a652a78bb8bfdb1f42ee57c8a8.zip |
- Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS
Approved by: bapt (manintainer), office (bapt)
Notes
Notes:
svn path=/head/; revision=392871
Diffstat (limited to 'emulators/xen-kernel')
-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 c490fd4a88c4..24e5f623a692 100644 --- a/emulators/xen-kernel/Makefile +++ b/emulators/xen-kernel/Makefile @@ -12,7 +12,7 @@ COMMENT= Hypervisor using a microkernel design LICENSE= GPLv2 -ONLY_FOR_ARCH= amd64 +ONLY_FOR_ARCHS= amd64 USES= cpe gmake python:build MAKE_ARGS= HOSTCC="${CC}" CC="${CC}" PYTHON=${PYTHON_CMD} \ |