diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-02 21:09:14 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-02 21:09:14 +0000 |
commit | b166aafe8c1e2f994e0995684a797ca8caacbbf3 (patch) | |
tree | 9c050dc6e02543fa8538d62d0ed5b8d1a9ab5489 /mail | |
parent | Update to 0.32. (diff) |
Chase the dbus shared library version.
Diffstat (limited to '')
-rw-r--r-- | mail/evolution/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 3b178c0aa19c..6ce63fb98bc9 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -89,7 +89,7 @@ PLIST_SUB+= GSTREAMER="@comment " .endif .if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-glib-1.0:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-glib-1.1:${PORTSDIR}/devel/dbus PLIST_SUB+= DBUS="" .else PLIST_SUB+= DBUS="@comment " |