diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-22 11:22:30 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2025-01-22 11:27:06 +0000 |
commit | 19dd4285f192fa2b856e2d405a9d5bd0d515854b (patch) | |
tree | f22ffe5626623056d7f427172f0bb4e7dc089002 | |
parent | 989b3863994b82a4030031f940dfb3561d15c825 (diff) |
emulators/qemu@guestagent: same pkg-plist fix for powerpc as i386
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index d378d3ddb44a..7cd3fd2057e2 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -220,7 +220,7 @@ X86_TARGETS_CONFIGURE_ON= --target-list='i386-softmmu i386-bsd-user x86_64-softm .include <bsd.port.options.mk> .if ${FLAVOR:U} == tools || ${FLAVOR:U} == guestagent -.if ${ARCH} == "i386" +.if ${ARCH} == "i386" || ${ARCH} == "powerpc" PLIST_SUB+= NO_I386="@comment " .else PLIST_SUB+= NO_I386="" |