diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:51:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:51:18 +0000 |
commit | a40ac690592867b8db9923fcfb604289239d7043 (patch) | |
tree | bd85b428639f8501bebb8e21a08c346d8a2b9fc5 /mail/evolution | |
parent | 3549788aa15b0ae0728b1331cd01dc5f20d0ca76 (diff) | |
download | ports-a40ac690592867b8db9923fcfb604289239d7043.tar.gz ports-a40ac690592867b8db9923fcfb604289239d7043.zip |
Chase the dbus-glib shared lib version.
Notes
Notes:
svn path=/head/; revision=152499
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 cf7e0925e5db..c399b3a9e7e7 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -99,7 +99,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 " |