diff options
-rw-r--r-- | editors/libreoffice/Makefile.common | 2 | ||||
-rw-r--r-- | emulators/xen-kernel/Makefile | 2 | ||||
-rw-r--r-- | emulators/xen/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index 0669aafe8517..9a264a063b27 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -17,7 +17,7 @@ MASTER_SITES?= http://dev-builds.libreoffice.org/pre-releases/${MASTER_SITE_SUBD MASTER_SITES?= http://download.documentfoundation.org/libreoffice/${MASTER_SITE_SUBDIR}/ .endif -ONLY_FOR_ARCH= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 # for dynamic plist generation PLISTD?= ${WRKDIR}/plist_dirs 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} \ diff --git a/emulators/xen/Makefile b/emulators/xen/Makefile index 0d5692004499..8a836cd37fda 100644 --- a/emulators/xen/Makefile +++ b/emulators/xen/Makefile @@ -9,7 +9,7 @@ COMMENT= Xen Hyvervisor meta port LICENSE= GPLv2 -ONLY_FOR_ARCH= amd64 +ONLY_FOR_ARCHS= amd64 RUN_DEPENDS= /boot/xen:${PORTSDIR}/emulators/xen-kernel \ xl:${PORTSDIR}/sysutils/xen-tools |