mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- add dmidecode run dependency
- filed issue upstream to potentially use sysctl PR: 196733 Submitted by: fabian.freyer@physik.tu-berlin.de
This commit is contained in:
parent
1468bff816
commit
91c30ffbdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379390
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libvirt
|
||||
PORTVERSION= 1.2.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libvirt.org/sources/ \
|
||||
ftp://libvirt.org/libvirt/
|
||||
@ -18,7 +19,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
||||
libgnutls.so:${PORTSDIR}/security/gnutls \
|
||||
libssh2.so:${PORTSDIR}/security/libssh2
|
||||
BUILD_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq
|
||||
RUN_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq
|
||||
RUN_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq \
|
||||
dmidecode:${PORTSDIR}/sysutils/dmidecode
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS QEMU SASL
|
||||
.if exists(/usr/sbin/bhyve)
|
||||
|
Loading…
Reference in New Issue
Block a user