diff options
author | brd <brd@FreeBSD.org> | 2015-10-20 23:09:55 +0800 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2015-10-20 23:09:55 +0800 |
commit | 2c525ed3ab3e7b2ca9514dd5e5484aaca9ca1e85 (patch) | |
tree | b6f802c9cf871057861f6f834aa605d6c8aa6ef8 /misc | |
parent | 20df8cad0962760b5c6faf89d609bc0225f9fdeb (diff) | |
download | freebsd-ports-gnome-2c525ed3ab3e7b2ca9514dd5e5484aaca9ca1e85.tar.gz freebsd-ports-gnome-2c525ed3ab3e7b2ca9514dd5e5484aaca9ca1e85.tar.zst freebsd-ports-gnome-2c525ed3ab3e7b2ca9514dd5e5484aaca9ca1e85.zip |
Fix ONLY_FOR_ARCHS spelling.
Submitted by: Mikael Urankar <mikael.urankar@gmail.com> (maintainer)
Approved by: bdrewery (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/raspberrypi-userland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 8326b930737c..f6d7f36a876c 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -10,7 +10,7 @@ COMMENT= Various libraries for the Raspberry Pi LICENSE= BSD3CLAUSE -ONLY_FOR_ARCH= armv6 +ONLY_FOR_ARCHS= armv6 CONFLICTS_INSTALL= libglesv2 libEGL |