diff options
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 9af39a5bd1bd..90234ee0d496 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu DISTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ PKGNAMESUFFIX= -devel diff --git a/emulators/qemu-devel/pkg-plist b/emulators/qemu-devel/pkg-plist index ea86585c3570..b1ea34cec544 100644 --- a/emulators/qemu-devel/pkg-plist +++ b/emulators/qemu-devel/pkg-plist @@ -1,9 +1,13 @@ bin/ivshmem-server bin/ivshmem-client bin/qemu-ga +bin/qemu-i386 bin/qemu-img bin/qemu-io bin/qemu-nbd +bin/qemu-sparc +bin/qemu-sparc64 +bin/qemu-x86_64 %%X86_TARGETS%%bin/qemu-system-aarch64 %%X86_TARGETS%%bin/qemu-system-alpha %%X86_TARGETS%%bin/qemu-system-arm |