Regen WANTLIB after recent sysutils/libvirt update.

This commit is contained in:
ajacoutot 2020-06-07 15:57:33 +00:00
parent cd9a1432cc
commit b8d86e1b1f

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.30 2019/12/09 17:23:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.31 2020/06/07 15:57:33 ajacoutot Exp $
COMMENT= libvirt wrapper suited for GObject-based applications
DISTNAME= libvirt-glib-3.0.0
REVISION= 0
CATEGORIES= devel sysutils
@ -20,10 +21,10 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB = avahi-client avahi-common crypto curl dbus-1 ffi gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 gthread-2.0
WANTLIB += hogweed iconv idn2 intl lzma m nettle nghttp2 p11-kit pcre
WANTLIB += pthread ssh2 ssl tasn1 unistring util virt xml2 z
WANTLIB += crypto curl dbus-1 ffi gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gmp gnutls gobject-2.0 gthread-2.0 hogweed iconv idn2
WANTLIB += intl lzma m nettle nghttp2 p11-kit pcre pthread sasl2
WANTLIB += ssh2 ssl tasn1 unistring util virt xml2 z
MODULES= textproc/intltool