diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index e98789174..d2d39ae2a 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/security/gnome-keyring/Makefile,v 1.49 2007/12/23 18:42:43 kwm Exp $ # PORTNAME= gnome-keyring @@ -18,6 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program that keeps passwords and other secrets LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ + tasn1.3:${PORTSDIR}/security/libtasn1 \ gcrypt.13:${PORTSDIR}/security/libgcrypt USE_BZIP2= yes |