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 | 9b98990e66ac80fbcd98abfed1212fa81affc877 (patch) | |
tree | b527f50bf152dcdb56e519c00a8702be591d429a /misc | |
parent | b2c6702558cd0087d72e71896a4b37436c61fdfe (diff) | |
download | pkgsrc-9b98990e66ac80fbcd98abfed1212fa81affc877.tar.gz |
Fix DEPENDS pattern.
Diffstat (limited to 'misc')
-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 |