diff options
author | Brad Davis <brd@FreeBSD.org> | 2015-10-20 15:09:55 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2015-10-20 15:09:55 +0000 |
commit | e0713cdfc91875269272c809f7d7f4b68256e1cf (patch) | |
tree | b6f802c9cf871057861f6f834aa605d6c8aa6ef8 /misc/raspberrypi-userland/Makefile | |
parent | ca0156916b9e0ddae2efd9929ef444a0ffff8f99 (diff) | |
download | ports-e0713cdfc91875269272c809f7d7f4b68256e1cf.tar.gz ports-e0713cdfc91875269272c809f7d7f4b68256e1cf.zip |
Notes
Diffstat (limited to 'misc/raspberrypi-userland/Makefile')
-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 |