diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-12 09:20:36 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-12 09:20:36 +0800 |
commit | b51aef8655d2715ea9001e09036b6d15e29ab731 (patch) | |
tree | 3bd386493112cde99b79563e18d65fbac0352aa6 /sysutils | |
parent | d58648aecf7ae5ac523841c6099cfd03d02db309 (diff) | |
download | freebsd-ports-gnome-b51aef8655d2715ea9001e09036b6d15e29ab731.tar.gz freebsd-ports-gnome-b51aef8655d2715ea9001e09036b6d15e29ab731.tar.zst freebsd-ports-gnome-b51aef8655d2715ea9001e09036b6d15e29ab731.zip |
sysutils/packmule: enable for other powerpc architectures
MFH: 2021Q1
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/packmule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |