diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-06-01 16:41:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-06-01 16:41:11 +0800 |
commit | 4d736bf4271cd61ccb0ab8804c7ce4da11234449 (patch) | |
tree | 3e7fc5bba6c8b5864cccfdc21c1437a52582f510 /net | |
parent | b32a0d6b1b2b3d6c4194ed4cbffadfb99fe10790 (diff) | |
download | marcuscom-ports-4d736bf4271cd61ccb0ab8804c7ce4da11234449.tar marcuscom-ports-4d736bf4271cd61ccb0ab8804c7ce4da11234449.tar.gz marcuscom-ports-4d736bf4271cd61ccb0ab8804c7ce4da11234449.tar.bz2 marcuscom-ports-4d736bf4271cd61ccb0ab8804c7ce4da11234449.tar.lz marcuscom-ports-4d736bf4271cd61ccb0ab8804c7ce4da11234449.tar.xz marcuscom-ports-4d736bf4271cd61ccb0ab8804c7ce4da11234449.tar.zst marcuscom-ports-4d736bf4271cd61ccb0ab8804c7ce4da11234449.zip |
Explicitly depend on p11-kit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19717 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/glib-networking/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index ba4a68882..a8d83f999 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -4,6 +4,7 @@ PORTNAME= glib-networking PORTVERSION= 2.40.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libp11-kit.so:${PORTSDIR}/security/p11-kit \ libdbus-1.so:${PORTSDIR}/devel/dbus \ libproxy.so:${PORTSDIR}/net/libproxy RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ |