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/evolution | |
parent | 4f545c5a492a81e2fd1b83bcd6f2ec1b988d4952 (diff) | |
download | ports-b166aafe8c1e2f994e0995684a797ca8caacbbf3.tar.gz ports-b166aafe8c1e2f994e0995684a797ca8caacbbf3.zip |
Chase the dbus shared library version.
Notes
Notes:
svn path=/head/; revision=132274
Diffstat (limited to 'mail/evolution')
-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 " |