aboutsummaryrefslogtreecommitdiff
path: root/security/libgnome-keyring
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2013-11-04 04:45:33 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2013-11-04 04:45:33 +0000
commit29e500d6d8a3681fd9d460d7681996050c5e4f67 (patch)
tree844bbba31b797b1fe1bcf480cc4069a58ecd9474 /security/libgnome-keyring
parentcf5fac8087e0f375c4daadf324d84291c9db7823 (diff)
downloadports-29e500d6d8a3681fd9d460d7681996050c5e4f67.tar.gz
ports-29e500d6d8a3681fd9d460d7681996050c5e4f67.zip
- libgnome-keyring: fix libtasn1 dependency after shlib bump
- gnome-keyring: fix build with new libtasn1 [1] Reported by: sbruno Obtained from: NetBSD [1]
Notes
Notes: svn path=/head/; revision=332665
Diffstat (limited to 'security/libgnome-keyring')
-rw-r--r--security/libgnome-keyring/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile
index 8cda55c01dab..47ebb3cf89f2 100644
--- a/security/libgnome-keyring/Makefile
+++ b/security/libgnome-keyring/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Program that keeps passwords and other secrets
-LIB_DEPENDS= tasn1.5:${PORTSDIR}/security/libtasn1 \
+LIB_DEPENDS= tasn1.7:${PORTSDIR}/security/libtasn1 \
gcrypt:${PORTSDIR}/security/libgcrypt
USE_BZIP2= yes