diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-12-12 18:35:47 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-12-12 18:35:47 +0000 |
commit | 26fd1737467fbc7f94bba7a27c9f2cabbeff436f (patch) | |
tree | b82a0a3002618b12edf029384fb75d711fda4769 /emulators | |
parent | 50c0c232c7a9f40961fac8ff9ff9af227b349da1 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 8cb8a56ba378..da2d7778ad70 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= qemu PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/qemu/:release \ LOCAL/nox:release \ @@ -45,7 +46,7 @@ OPTIONS= SAMBA "samba dependency (for -smb)" Off \ CURL "libcurl dependency (remote images)" On \ CDROM_DMA "IDE CDROM DMA" On \ PCAP "pcap dependency (networking with bpf)" On \ - SEABIOS_GIT "add seabios snapshot (-bios seabios-devel.bin)" On \ + SEABIOS_GIT "add seabios snapshot (-bios bios.bin-1.6.3.1)" On \ USBREDIR "usb device network redirection (experimental!)" Off \ GNS3 "gns3 patches (udp, promiscuous multicast)" Off \ ADD_AUDIO "Emulate more audio hardware (experimental!)" Off \ @@ -155,7 +156,7 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba35 .endif .if defined(WITH_SEABIOS_GIT) -RUN_DEPENDS+= ${LOCALBASE}/share/qemu/seabios-devel.bin:${PORTSDIR}/emulators/seabios-devel +RUN_DEPENDS+= seabios-devel>=1.6.3.1:${PORTSDIR}/emulators/seabios-devel .endif .if defined(NOPORTDOCS) |