diff options
author | sbruno <sbruno@FreeBSD.org> | 2014-07-03 02:27:01 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2014-07-03 02:27:01 +0800 |
commit | 0af005cc83b383c4958835cd62732472348e00af (patch) | |
tree | ef2f67773e80d4a11fd9cd85b7899ce3ace47ea0 /misc | |
parent | aee9375985bbf63045481f65b0f24b9e187d413d (diff) | |
download | freebsd-ports-gnome-0af005cc83b383c4958835cd62732472348e00af.tar.gz freebsd-ports-gnome-0af005cc83b383c4958835cd62732472348e00af.tar.zst freebsd-ports-gnome-0af005cc83b383c4958835cd62732472348e00af.zip |
Declare ONLY_FOR_ARCHS correctly
PR: 191567
Reviewed by: bdrewery (implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat4x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 80a33fc8710e..ff020adcf04a 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -25,8 +25,8 @@ LDCONFIG_LIB32= ${LDCONFIG} -32 .include <bsd.port.pre.mk> -ONLY_FOR_ARCH= i386 amd64 -ONLY_FOR_ARCH_REASON= FreeBSD 4.x did not support this architecture +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= FreeBSD 4.x did not support this architecture COMPAT4X_ARCH= ${ARCH} COMPAT4X_OSVERSION= 5.3 |