git: 52be90c57aff - main - audio/schismtracker: enable on powerpc64

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 15 08:42:33 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52be90c57affec725e4a64378fb50c8ba9f8d253

commit 52be90c57affec725e4a64378fb50c8ba9f8d253
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-15 08:41:28 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-15 08:41:28 +0000

    audio/schismtracker: enable on powerpc64
---
 audio/schismtracker/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile
index 7bfd1f6a3e24..ce85b3a2dd9e 100644
--- a/audio/schismtracker/Makefile
+++ b/audio/schismtracker/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Module tracker editor/player resembling impulse tracker
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64le
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
 
 USES=		autoreconf compiler:c++11-lib desktop-file-utils python sdl \
 		xorg


More information about the dev-commits-ports-main mailing list