diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-31 18:51:18 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-31 18:51:18 +0000 |
commit | 811cc2b9625c828ea418a0b4510bd05292c60582 (patch) | |
tree | 2261e50a78cccfbd2ea1d0b74ab32582678d950d /mail | |
parent | cacf36fb6c614147e5e5b24dc49c92635cde5588 (diff) | |
download | FreeBSD-ports-811cc2b9625c828ea418a0b4510bd05292c60582.zip FreeBSD-ports-811cc2b9625c828ea418a0b4510bd05292c60582.tar.gz |
Chase the dbus-glib shared lib version.
Diffstat (limited to 'mail')
-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 cf7e092..c399b3a 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 " |