summaryrefslogtreecommitdiff
path: root/editors/mlview
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-12-31 18:49:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-12-31 18:49:08 +0000
commit3549788aa15b0ae0728b1331cd01dc5f20d0ca76 (patch)
tree68342fb1f69328250a70a12fa0a583adde8d3f52 /editors/mlview
parentUpdate to 0.60. (diff)
Chase the dbus shared lib version.
Notes
Notes: svn path=/head/; revision=152498
Diffstat (limited to 'editors/mlview')
-rw-r--r--editors/mlview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile
index 9e833bcd086c..e1f3bed0a32a 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