diff options
author | nox <nox@FreeBSD.org> | 2009-09-21 04:43:08 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2009-09-21 04:43:08 +0800 |
commit | 6becffcf5c7f29a13ce34f7d84cb83353759bbb0 (patch) | |
tree | d8935ee7c1619c9590783b2e78f31930a1e3533e /emulators | |
parent | dd150ad287aa183ce14b4134b823cfb4cc411226 (diff) | |
download | freebsd-ports-gnome-6becffcf5c7f29a13ce34f7d84cb83353759bbb0.tar.gz freebsd-ports-gnome-6becffcf5c7f29a13ce34f7d84cb83353759bbb0.tar.zst freebsd-ports-gnome-6becffcf5c7f29a13ce34f7d84cb83353759bbb0.zip |
Mark IGNORE while its at an older snapshot than emulators/qemu.
Suggested by: miwi
Feature safe: yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index d0f38a836a15..ee9aae3d0069 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -33,6 +33,9 @@ ONLY_FOR_ARCHS= amd64 i386 CONFLICTS= qemu-[0-9]* MAKE_JOBS_SAFE= yes +# comment this if you really want to build this version: +IGNORE= is currently an older snapshot than emulators/qemu + OPTIONS= KQEMU "Build with (alpha!) accelerator module" Off \ RTL8139_TIMER "allow use of re(4) nic with FreeBSD guests" Off \ SAMBA "samba dependency (for -smb)" Off \ |