diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/glib-networking | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net/glib-networking')
-rw-r--r-- | net/glib-networking/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index 42eb0d9a44fc..e6bbd75b9ad7 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -11,15 +11,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Network-related giomodules for glib -BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ - 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= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ - gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas +BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ + gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt \ + libp11-kit.so:security/p11-kit \ + libdbus-1.so:devel/dbus \ + libproxy.so:net/libproxy +RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ + gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas PORTSCOUT= limitw:1,even |