Date: Wed, 2 Mar 2022 11:31:09 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: 4afbf04e3398 - main - audio/festalon: enable on powerpc64le Message-ID: <202203021131.222BV9Y8028735@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=4afbf04e339884122b5c0b1597d691cfb166d6d6 commit 4afbf04e339884122b5c0b1597d691cfb166d6d6 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-03-02 11:22:59 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-03-02 11:22:59 +0000 audio/festalon: enable on powerpc64le --- audio/festalon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile index e762536ecf20..7f86fad155e8 100644 --- a/audio/festalon/Makefile +++ b/audio/festalon/Makefile @@ -13,7 +13,7 @@ COMMENT= Command line player for .nsf and .hes audio files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 powerpc powerpc64 +ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64le LIB_DEPENDS= libsamplerate.so:audio/libsamplerate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203021131.222BV9Y8028735>