diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-18 12:22:49 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-18 12:22:49 +0000 |
commit | afa8b70be50fab2e03c8891c31071506e064394f (patch) | |
tree | 83241bbbb07dbb6cfbbf0cf573f829aabd96c5d1 /audio | |
parent | 9a1a536fa002bbac463a50a569ddb02a5b4a2d7b (diff) |
audio/ocp: enable on powerpc
Builds fine on head and a patch waiting for approval in a PR will fix it on 11 and 12 as well.
Notes
Notes:
svn path=/head/; revision=539538
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index c75f51154ef2..807ba7a27849 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -14,7 +14,7 @@ COMMENT= Legendary Open Cubic Player LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 i386 powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc BUILD_DEPENDS= xa65:devel/xa65 LIB_DEPENDS= libid3tag.so:audio/libid3tag \ |