diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
commit | 3549788aa15b0ae0728b1331cd01dc5f20d0ca76 (patch) | |
tree | 68342fb1f69328250a70a12fa0a583adde8d3f52 /net/liferea | |
parent | a669dc1c3c9825a7841a83b8b367054abdffe961 (diff) |
Notes
Diffstat (limited to 'net/liferea')
-rw-r--r-- | net/liferea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index e9562fcc6341..1030383ff703 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -57,7 +57,7 @@ PLIST_SUB= MOZ="@comment " .ifdef WITHOUT_DBUS CONFIGURE_ARGS+=--disable-dbus .else -LIB_DEPENDS+= dbus-1.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus .endif post-patch: |