diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-01 02:53:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-01 02:53:05 +0800 |
commit | c9bf0ca7b212f571028cbc55e1fa8ca455db49eb (patch) | |
tree | 1b301aa13ca90b23f1a340132db5e4c435664225 /mail/evolution | |
parent | 8091cfe1f8ed44676312e381a07ce0c2cae3b69e (diff) | |
download | marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.tar.gz marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.tar.zst marcuscom-ports-c9bf0ca7b212f571028cbc55e1fa8ca455db49eb.zip |
Chase the dbus shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5327 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 4937130b7..614ea1cb2 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.79 2005/11/16 00:08:44 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.80 2005/12/14 23:39:46 marcus Exp $ # PORTNAME= evolution @@ -95,7 +95,7 @@ PLIST_SUB+= GSTREAMER="@comment " .endif .if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-glib-1.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus PLIST_SUB+= DBUS="" .else PLIST_SUB+= DBUS="@comment " |