From fe416cd9993e32f7ebeb7a4bd186c59ac7f657c1 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 16 Jan 2014 13:48:26 +0000 Subject: Fix DEPENDS pattern. --- misc/py-anita/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/py-anita') diff --git a/misc/py-anita/options.mk b/misc/py-anita/options.mk index 4bda38a3c16..e52c75350ae 100644 --- a/misc/py-anita/options.mk +++ b/misc/py-anita/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2014/01/15 19:28:11 martin Exp $ +# $NetBSD: options.mk,v 1.3 2014/01/16 13:48:26 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.py-anita PKG_SUPPORTED_OPTIONS= qemu-0 @@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= qemu-0 # qemu1 does not work reliably. See the anita(1) man page. .if empty(PKG_OPTIONS:Mqemu-0) -DEPENDS+= qemu:../../emulators/qemu +DEPENDS+= qemu>=1.0:../../emulators/qemu .else DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu0 .endif -- cgit v1.2.3