diff options
author | nox <nox@FreeBSD.org> | 2007-03-11 01:05:00 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-03-11 01:05:00 +0800 |
commit | 4b97318f38b28e622e156218149de04ff5fe44ab (patch) | |
tree | eac0193a9d5cf97b09d0e656cff6fa6ee84bbc77 /emulators/qemu | |
parent | b42927f689540df2f0f24c1292cd6558d0513432 (diff) | |
download | freebsd-ports-gnome-4b97318f38b28e622e156218149de04ff5fe44ab.tar.gz freebsd-ports-gnome-4b97318f38b28e622e156218149de04ff5fe44ab.tar.zst freebsd-ports-gnome-4b97318f38b28e622e156218149de04ff5fe44ab.zip |
Add CONFLICTS for qemu-devel
Approved by: miwi (mentor, implicit)
Diffstat (limited to 'emulators/qemu')
-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 \ |