From 52337cbcdeb607ead5191461d6d0588a087a24ae Mon Sep 17 00:00:00 2001 From: nox Date: Mon, 12 Dec 2011 18:35:47 +0000 Subject: Unbreak by fixig emulators/seabios-devel dependency. Feature safe: yes --- emulators/qemu-devel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emulators') 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) -- cgit