svn commit: r561295 - branches/2021Q1/sysutils/packmule

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 12 01:21:22 UTC 2021


Author: pkubaj
Date: Tue Jan 12 01:21:22 2021
New Revision: 561295
URL: https://svnweb.freebsd.org/changeset/ports/561295

Log:
  MFH: r561294
  
  sysutils/packmule: enable for other powerpc architectures

Modified:
  branches/2021Q1/sysutils/packmule/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/sysutils/packmule/Makefile
==============================================================================
--- branches/2021Q1/sysutils/packmule/Makefile	Tue Jan 12 01:20:36 2021	(r561294)
+++ branches/2021Q1/sysutils/packmule/Makefile	Tue Jan 12 01:21:22 2021	(r561295)
@@ -12,7 +12,7 @@ COMMENT=	Creates and packs custom FreeBSD installation
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/Copyright
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc
+ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpcspe powerpc64 powerpc64le
 
 RUN_DEPENDS=	p5-YAML>=0:textproc/p5-YAML
 


More information about the svn-ports-branches mailing list