Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 09:41:21 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: 786abcaa0796 - main - audio/schismtracker: enable on powerpc64le
Message-ID:  <202104060941.1369fLFD014623@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=786abcaa0796590e6f502ad1b75dc373f1b4dd4f

commit 786abcaa0796590e6f502ad1b75dc373f1b4dd4f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-06 09:41:49 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-06 09:41:49 +0000

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104060941.1369fLFD014623>