summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-03-18 02:20:21 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-03-18 02:20:21 +0000
commit29fe2509bdff77ed06bf8380a016660905920474 (patch)
tree5178ab8a696c7def9879c9210ef89c48b97328d1 /databases
parentupdate to 8.0 Beta 3 (20050316). (diff)
Register dependency on libtasn1.
Notes
Notes: svn path=/head/; revision=131538
Diffstat (limited to 'databases')
-rw-r--r--databases/evolution-data-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 54fe81192eab..68aad35bdbf9 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= The data backends for the Evolution integrated mail/PIM suite
LIB_DEPENDS= soup-2.2.7:${PORTSDIR}/devel/libsoup \
- nss3.1:${PORTSDIR}/security/nss
+ nss3.1:${PORTSDIR}/security/nss \
+ tasn1.2:${PORTSDIR}/security/libtasn1
USE_BZIP2= yes
USE_GMAKE= yes