Date: Wed, 14 Apr 2021 23:04:11 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 16bd70b5395a - main - audio/playgsf: enable on powerpc64 and powerpc Message-ID: <202104142304.13EN4BHv018603@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=16bd70b5395a60a75c56055ee110254711612f56 commit 16bd70b5395a60a75c56055ee110254711612f56 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-04-14 23:04:01 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-04-14 23:04:01 +0000 audio/playgsf: enable on powerpc64 and powerpc --- audio/playgsf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 21fd1fb2f9dc..84f538f49242 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --enable-ccore \ PLIST_FILES= bin/playgsf -ONLY_FOR_ARCHS= i386 amd64 powerpc64le +ONLY_FOR_ARCHS= i386 amd64 powerpc64le powerpc64 powerpc PORTSCOUT= skipv:0.7.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104142304.13EN4BHv018603>