svn commit: r561778 - head/multimedia/ptx-kmod

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jan 17 01:27:12 UTC 2021


Author: pkubaj
Date: Sun Jan 17 01:27:11 2021
New Revision: 561778
URL: https://svnweb.freebsd.org/changeset/ports/561778

Log:
  multimedia/ptx-kmod: enable on powerpc64le

Modified:
  head/multimedia/ptx-kmod/Makefile

Modified: head/multimedia/ptx-kmod/Makefile
==============================================================================
--- head/multimedia/ptx-kmod/Makefile	Sun Jan 17 01:25:00 2021	(r561777)
+++ head/multimedia/ptx-kmod/Makefile	Sun Jan 17 01:27:11 2021	(r561778)
@@ -13,7 +13,7 @@ COMMENT=	Device driver for PT1/PT2 ISDB-S/T tuner card
 
 LICENSE=	GPLv3
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc64le
 
 USES=		kmod shebangfix
 SHEBANG_FILES=	tools/recptx.pl


More information about the svn-ports-head mailing list