Date: Wed, 13 Jan 2021 02:34:43 +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: r561423 - branches/2021Q1/audio/xmradio Message-ID: <202101130234.10D2YhXP093545@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed Jan 13 02:34:42 2021 New Revision: 561423 URL: https://svnweb.freebsd.org/changeset/ports/561423 Log: MFH: r561422 audio/xmradio: enable on powerpc64 Modified: branches/2021Q1/audio/xmradio/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/audio/xmradio/Makefile ============================================================================== --- branches/2021Q1/audio/xmradio/Makefile Wed Jan 13 02:33:48 2021 (r561422) +++ branches/2021Q1/audio/xmradio/Makefile Wed Jan 13 02:34:42 2021 (r561423) @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE .if !exists(/usr/include/dev/bktr/ioctl_bt848.h) IGNORE= needs bktr(4) which is no longer available on your FreeBSD version .endif -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 powerpc64 USES= imake motif xorg USE_XORG= ice sm x11 xext xmu xpm xt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101130234.10D2YhXP093545>