diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-16 13:48:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-16 13:48:26 +0000 |
commit | fe416cd9993e32f7ebeb7a4bd186c59ac7f657c1 (patch) | |
tree | b527f50bf152dcdb56e519c00a8702be591d429a /misc/py-anita | |
parent | 7a326f5a0c626fcbeffe029c72e0c6af5dd41eac (diff) | |
download | pkgsrc-fe416cd9993e32f7ebeb7a4bd186c59ac7f657c1.tar.gz |
Fix DEPENDS pattern.
Diffstat (limited to 'misc/py-anita')
-rw-r--r-- | misc/py-anita/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |