svn commit: r561414 - branches/2021Q1/misc/dahdi-kmod

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jan 13 01:56:12 UTC 2021


Author: pkubaj
Date: Wed Jan 13 01:56:11 2021
New Revision: 561414
URL: https://svnweb.freebsd.org/changeset/ports/561414

Log:
  MFH: r561413
  
  misc/dahdi-kmod: enable on powerpc64

Modified:
  branches/2021Q1/misc/dahdi-kmod/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/misc/dahdi-kmod/Makefile
==============================================================================
--- branches/2021Q1/misc/dahdi-kmod/Makefile	Wed Jan 13 01:55:30 2021	(r561413)
+++ branches/2021Q1/misc/dahdi-kmod/Makefile	Wed Jan 13 01:56:11 2021	(r561414)
@@ -17,7 +17,7 @@ COMMENT=	Digium/Asterisk Hardware Device Interface
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/dahdi_cfg:misc/dahdi
 
-ONLY_FOR_ARCHS=		amd64 i386 sparc64
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64 sparc64
 
 DAHDI_VERSION=		2.4.0-rc5
 DAHDI_TOOLS_VERSION=	2.4.0-rc1


More information about the svn-ports-branches mailing list