diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/gnome-keyring/Makefile | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'security/gnome-keyring/Makefile')
-rw-r--r-- | security/gnome-keyring/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index ebc9484c5e77..d3d07215e1b4 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -11,16 +11,16 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Program that keeps passwords and other secrets -BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ - docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ - gcr>=3.5.3:${PORTSDIR}/security/gcr -LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ - libgcr-3.so:${PORTSDIR}/security/gcr \ - libtasn1.so:${PORTSDIR}/security/libtasn1 \ - libp11-kit.so:${PORTSDIR}/security/p11-kit \ - libgcrypt.so:${PORTSDIR}/security/libgcrypt -RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ - pinentry-gnome3:${PORTSDIR}/security/pinentry-gnome3 +BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ + docbook-xsl>=0:textproc/docbook-xsl \ + gcr>=3.5.3:security/gcr +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libgcr-3.so:security/gcr \ + libtasn1.so:security/libtasn1 \ + libp11-kit.so:security/p11-kit \ + libgcrypt.so:security/libgcrypt +RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ + pinentry-gnome3:security/pinentry-gnome3 PORTSCOUT= limitw:1,even |