diff options
author | marcus <marcus@FreeBSD.org> | 2006-01-01 02:51:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-01-01 02:51:18 +0800 |
commit | 811cc2b9625c828ea418a0b4510bd05292c60582 (patch) | |
tree | 2261e50a78cccfbd2ea1d0b74ab32582678d950d /graphics/evince | |
parent | cacf36fb6c614147e5e5b24dc49c92635cde5588 (diff) | |
download | freebsd-ports-gnome-811cc2b9625c828ea418a0b4510bd05292c60582.tar.gz freebsd-ports-gnome-811cc2b9625c828ea418a0b4510bd05292c60582.tar.zst freebsd-ports-gnome-811cc2b9625c828ea418a0b4510bd05292c60582.zip |
Chase the dbus-glib shared lib version.
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index e1c53224cdc0..f40a6fff0998 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --disable-djvu .endif .if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-glib-1.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus .endif post-patch: |