diff options
author | nork <nork@FreeBSD.org> | 2004-11-04 22:26:08 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-11-04 22:26:08 +0800 |
commit | 6a5c4424e58c7aea1e338d7b346855c7db671fa4 (patch) | |
tree | 54ec9aa73246db746f76fc1ac0b11d65fcb0387a /emulators/qemu/Makefile | |
parent | 1864ee9521862fe20d3df78ee049125e48cc6eeb (diff) | |
download | freebsd-ports-graphics-6a5c4424e58c7aea1e338d7b346855c7db671fa4.tar.gz freebsd-ports-graphics-6a5c4424e58c7aea1e338d7b346855c7db671fa4.tar.zst freebsd-ports-graphics-6a5c4424e58c7aea1e338d7b346855c7db671fa4.zip |
Add support raw disk device access.
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu/Makefile')
-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 68d83f91cf9..31015da3dab 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.6.0s.20041020 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.fuqn.ca/distfiles/ \ http://dad-answers.com/qemu/ |