svn commit: r561423 - branches/2021Q1/audio/xmradio

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 13 02:34:43 UTC 2021


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


More information about the svn-ports-branches mailing list