diff options
| author | Juergen Lock <nox@FreeBSD.org> | 2007-03-10 17:05:00 +0000 |
|---|---|---|
| committer | Juergen Lock <nox@FreeBSD.org> | 2007-03-10 17:05:00 +0000 |
| commit | db495b5554d251b4675c9cdcc24521f3c2948596 (patch) | |
| tree | cb1fad79e19b7ce46472f70b937a1b21f92a5ae6 | |
| parent | - fix unescape bug for default (diff) | |
Add CONFLICTS for qemu-devel
Approved by: miwi (mentor, implicit)
| -rw-r--r-- | emulators/qemu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 49edba1caaa2..860ed4ec30e4 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} MAKE_ENV+= BSD_MAKE="${MAKE}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= qemu.1 qemu-img.1 ONLY_FOR_ARCHS= amd64 i386 +CONFLICTS= qemu-devel-[0-9]* OPTIONS= KQEMU "Build with (alpha!) accelerator module" Off \ HACKS_CIRRUS "Large display speedup (buggy!)" Off \ |
