Date: Thu, 18 Jun 2020 12:22:50 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539538 - head/audio/ocp Message-ID: <202006181222.05ICMo2b043840@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jun 18 12:22:49 2020 New Revision: 539538 URL: https://svnweb.freebsd.org/changeset/ports/539538 Log: 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. Modified: head/audio/ocp/Makefile Modified: head/audio/ocp/Makefile ============================================================================== --- head/audio/ocp/Makefile Thu Jun 18 11:14:46 2020 (r539537) +++ head/audio/ocp/Makefile Thu Jun 18 12:22:49 2020 (r539538) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006181222.05ICMo2b043840>