diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2023-02-01 12:10:32 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2023-02-03 14:01:55 +0000 |
commit | 6df2cfbdbd5079fbc0b198d85da2bcde5fa8315d (patch) | |
tree | 2a6c4110b3cdc67ce1d8906c40efdf115204e459 | |
parent | a03dc3f428068a905a140205fe65f5e57cb70568 (diff) |
net/glib-networking: Remove ca_root_nss dependency
Support for it has been removed in version 2.56.1. The GnuTLS
certificate store is used instead.
-rw-r--r-- | net/glib-networking/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index f75dc24bcc71..d932dc698a7f 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -1,5 +1,6 @@ PORTNAME= glib-networking PORTVERSION= 2.74.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -10,13 +11,11 @@ COMMENT= Network-related giomodules for glib LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas +BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libgnutls.so:security/gnutls \ libp11-kit.so:security/p11-kit \ libproxy.so:net/libproxy -RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas +RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even |