From b51aef8655d2715ea9001e09036b6d15e29ab731 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 12 Jan 2021 01:20:36 +0000 Subject: sysutils/packmule: enable for other powerpc architectures MFH: 2021Q1 --- sysutils/packmule/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/packmule/Makefile b/sysutils/packmule/Makefile index eed4aa412de1..37e4f29b1e54 100644 --- a/sysutils/packmule/Makefile +++ b/sysutils/packmule/Makefile @@ -12,7 +12,7 @@ COMMENT= Creates and packs custom FreeBSD installation images 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 -- cgit