diff options
author | novel <novel@FreeBSD.org> | 2013-11-04 12:45:33 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2013-11-04 12:45:33 +0800 |
commit | b303f8f0b37e3dc785110e3b1566042a7c3e3c12 (patch) | |
tree | 844bbba31b797b1fe1bcf480cc4069a58ecd9474 /security/libgnome-keyring | |
parent | e717bd011877936a1132860d712cb53fcf1d60aa (diff) | |
download | freebsd-ports-gnome-b303f8f0b37e3dc785110e3b1566042a7c3e3c12.tar.gz freebsd-ports-gnome-b303f8f0b37e3dc785110e3b1566042a7c3e3c12.tar.zst freebsd-ports-gnome-b303f8f0b37e3dc785110e3b1566042a7c3e3c12.zip |
- libgnome-keyring: fix libtasn1 dependency after shlib bump
- gnome-keyring: fix build with new libtasn1 [1]
Reported by: sbruno
Obtained from: NetBSD [1]
Diffstat (limited to 'security/libgnome-keyring')
-rw-r--r-- | security/libgnome-keyring/Makefile | 2 |
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 |