Date: Fri, 15 Jan 2021 14:39:29 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561647 - branches/2021Q1/audio/waveplay Message-ID: <202101151439.10FEdTaL019954@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jan 15 14:39:28 2021 New Revision: 561647 URL: https://svnweb.freebsd.org/changeset/ports/561647 Log: MFH: r561646 audio/waveplay: enable on powerpc64 Modified: branches/2021Q1/audio/waveplay/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/audio/waveplay/Makefile ============================================================================== --- branches/2021Q1/audio/waveplay/Makefile Fri Jan 15 14:38:44 2021 (r561646) +++ branches/2021Q1/audio/waveplay/Makefile Fri Jan 15 14:39:28 2021 (r561647) @@ -11,7 +11,7 @@ DISTNAME= waveplay-20010924 MAINTAINER= yshd@na.rim.or.jp COMMENT= Simple wav file player -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 powerpc64 PLIST_FILES= bin/waveplay \ man/ja/man1/waveplay.1.gz \ man/man1/waveplay.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101151439.10FEdTaL019954>