summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-22 17:36:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-08-22 17:36:57 +0000
commit4d1085d79477b716fa7d1eefc145b4da00f61fa3 (patch)
treea125f5d284d87d52cc7e7aab1f2c0a139983db38 /net-im
parentUpdate to 0.19.2. (diff)
Chase the fribidi shared lib bump.
Notes
Notes: svn path=/head/; revision=240112
Diffstat (limited to 'net-im')
-rw-r--r--net-im/centericq/Makefile2
-rw-r--r--net-im/centerim-devel/Makefile2
-rw-r--r--net-im/centerim/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index 8d94f9159806..8b53194fe047 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --enable-locales-fix
.endif
.if defined(WITH_FRIBIDI)
-LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi
+LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi
CONFIGURE_ARGS+= --with-fribidi
.endif
diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile
index 46b549f7130b..8d773d6d4f66 100644
--- a/net-im/centerim-devel/Makefile
+++ b/net-im/centerim-devel/Makefile
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --enable-locales-fix
.endif
.if defined(WITH_FRIBIDI)
-LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi
+LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi
CONFIGURE_ARGS+= --with-fribidi
.endif
diff --git a/net-im/centerim/Makefile b/net-im/centerim/Makefile
index 92f2dfb74816..ddaff388192a 100644
--- a/net-im/centerim/Makefile
+++ b/net-im/centerim/Makefile
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --enable-locales-fix
.endif
.if defined(WITH_FRIBIDI)
-LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi
+LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi
CONFIGURE_ARGS+= --with-fribidi
.endif