diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-17 14:30:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-17 14:30:00 +0000 |
commit | 1ba0010ba44dc2a12457b67f6540da3f4f1aa602 (patch) | |
tree | b4ddde54152274b0a516d0a70e06d43b8376045b /net/glib-networking | |
parent | 5d53a9db360863f81646051d8f0e8d0b69bd0040 (diff) | |
download | pkgsrc-1ba0010ba44dc2a12457b67f6540da3f4f1aa602.tar.gz |
glib-networking: depend on mozilla-rootcerts and use its certificates file.
Bump PKGREVISION.
Diffstat (limited to 'net/glib-networking')
-rw-r--r-- | net/glib-networking/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index 807e779354b..d532ee4739b 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2018/04/17 13:29:57 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2018/04/17 14:30:00 wiz Exp $ DISTNAME= glib-networking-2.56.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -11,7 +11,9 @@ HOMEPAGE= https://www.gnome.org/ COMMENT= Network-related giomodules for glib LICENSE= gnu-lgpl-v2 -MESON_ARGS+= -Dca_certificates_path=/etc/openssl/certs/ca-certificates.crt +DEPENDS= mozilla-rootcerts>=1.0.20150804nb1:../../security/mozilla-rootcerts + +MESON_ARGS+= -Dca_certificates_path=${PREFIX}/share/mozilla-rootcerts/cacert.pem USE_TOOLS+= pkg-config gmake gettext REPLACE_PYTHON+= find-ca-certificates |