diff options
author | marcus <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-12-31 18:49:08 +0000 |
commit | cacf36fb6c614147e5e5b24dc49c92635cde5588 (patch) | |
tree | 2d6833e1bf0cce50a88974ee48b85f7f72696351 /editors | |
parent | 44522bf47b67f82df9f494a42349b995baa8bfe4 (diff) | |
download | FreeBSD-ports-cacf36fb6c614147e5e5b24dc49c92635cde5588.zip FreeBSD-ports-cacf36fb6c614147e5e5b24dc49c92635cde5588.tar.gz |
Chase the dbus shared lib version.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mlview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 9e833bc..e1f3bed 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -30,12 +30,12 @@ GCONF_SCHEMAS= mlview.schemas .include <bsd.port.pre.mk> # Autodetect dbus -.if exists (${LOCALBASE}/lib/libdbus-1.so.1) +.if exists (${LOCALBASE}/lib/libdbus-1.so.2) WITH_DBUS= yes .endif .if defined (WITH_DBUS) -LIB_DEPENDS+= dbus-1.1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-1.2:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+="--enable-dbus=yes" .endif |