aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2011-12-13 02:35:47 +0800
committernox <nox@FreeBSD.org>2011-12-13 02:35:47 +0800
commit52337cbcdeb607ead5191461d6d0588a087a24ae (patch)
treec841d39e21f1f5605238a4a5d82d5f1017c93297 /emulators
parent835ef7d20c67e911723d7070fb7af09c33872f2f (diff)
downloadfreebsd-ports-gnome-52337cbcdeb607ead5191461d6d0588a087a24ae.tar.gz
freebsd-ports-gnome-52337cbcdeb607ead5191461d6d0588a087a24ae.tar.zst
freebsd-ports-gnome-52337cbcdeb607ead5191461d6d0588a087a24ae.zip
Unbreak by fixig emulators/seabios-devel dependency.
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu-devel/Makefile5
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)