Date: Tue, 12 Jan 2021 01:20:36 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561294 - head/sysutils/packmule Message-ID: <202101120120.10C1KaQg047252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jan 12 01:20:36 2021 New Revision: 561294 URL: https://svnweb.freebsd.org/changeset/ports/561294 Log: sysutils/packmule: enable for other powerpc architectures MFH: 2021Q1 Modified: head/sysutils/packmule/Makefile Modified: head/sysutils/packmule/Makefile ============================================================================== --- head/sysutils/packmule/Makefile Tue Jan 12 00:39:34 2021 (r561293) +++ head/sysutils/packmule/Makefile Tue Jan 12 01:20:36 2021 (r561294) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101120120.10C1KaQg047252>