View | Details | Raw Unified | Return to bug 221279
Collapse All | Expand All

(-)Makefile (-3 / +6 lines)
Lines 41-49 Link Here
41
41
42
BHYVE_CONFIGURE_WITH=	bhyve
42
BHYVE_CONFIGURE_WITH=	bhyve
43
43
44
QEMU_CONFIGURE_WITH=	qemu yajl
44
QEMU_CONFIGURE_WITH=	qemu
45
QEMU_CFLAGS=	-I${LOCALBASE}/include
46
QEMU_LIB_DEPENDS=	libyajl.so:devel/yajl
47
QEMU_RUN_DEPENDS=	dmidecode:sysutils/dmidecode \
45
QEMU_RUN_DEPENDS=	dmidecode:sysutils/dmidecode \
48
			qemu-io:emulators/qemu
46
			qemu-io:emulators/qemu
49
47
Lines 112-117 Link Here
112
110
113
.include <bsd.port.options.mk>
111
.include <bsd.port.options.mk>
114
112
113
.if ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS}
114
LIB_DEPENDS+=		libyajl.so:devel/yajl
115
CONFIGURE_ARGS+=	--with-yajl=${LOCALBASE}
116
.endif
117
115
.if !${PLIST_SUB:MXEN}
118
.if !${PLIST_SUB:MXEN}
116
PLIST_SUB+=	XEN="@comment "
119
PLIST_SUB+=	XEN="@comment "
117
.endif
120
.endif

Return to bug 221279