From 0c05f4ccbb28c1c916bfa9d1a9c6b42acb81da96 Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 26 Nov 2014 23:34:55 +0000 Subject: explain that xen option means xen 4.2 No functional change. --- sysutils/libvirt/options.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/libvirt') 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 -- cgit v1.2.3