diff options
author | gdt <gdt> | 2014-11-26 23:34:55 +0000 |
---|---|---|
committer | gdt <gdt> | 2014-11-26 23:34:55 +0000 |
commit | f534db107c54a7079b490ea76d268aaeafb22fe1 (patch) | |
tree | 1c8054ddfa8bf40cb58d6ff3889efa1b6e4b5d93 | |
parent | 247a2ddd1f201f88ff8145f8b997cef35ed182a0 (diff) | |
download | pkgsrc-f534db107c54a7079b490ea76d268aaeafb22fe1.tar.gz |
explain that xen option means xen 4.2
No functional change.
-rw-r--r-- | sysutils/libvirt/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/libvirt/options.mk b/sysutils/libvirt/options.mk index 929e2921404..3714eb4fe5b 100644 --- a/sysutils/libvirt/options.mk +++ b/sysutils/libvirt/options.mk @@ -1,10 +1,9 @@ -# $NetBSD: options.mk,v 1.1 2014/07/26 20:25:03 schnoebe Exp $ +# $NetBSD: options.mk,v 1.2 2014/11/26 23:34:55 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libvirt # Common options. -# PKG_SUPPORTED_OPTIONS+=xen3 xen33 xen41 xen42 -PKG_SUPPORTED_OPTIONS+= xen4 libssh2 lvm hal dbus avahi +PKG_SUPPORTED_OPTIONS+= xen libssh2 lvm hal dbus avahi PKG_SUGGESTED_OPTIONS= libssh2 .include "../../mk/bsd.options.mk" @@ -13,6 +12,7 @@ PKG_SUGGESTED_OPTIONS= libssh2 # the include files PLIST_VARS+= xen hal +# xen means xen 4.2. .if !empty(PKG_OPTIONS:Mxen) PLIST.xen = yes CONFIGURE_ARGS+= --without-xen |