summaryrefslogtreecommitdiff
path: root/x11-wm
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 /x11-wm
parentUpdate to 0.19.2. (diff)
Chase the fribidi shared lib bump.
Notes
Notes: svn path=/head/; revision=240112
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm2-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile
index d4aed49d6b5c..1a6ac96deaba 100644
--- a/x11-wm/fvwm2-devel/Makefile
+++ b/x11-wm/fvwm2-devel/Makefile
@@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --with-png --with-png-includes=${LOCALBASE}/include \
.if defined(WITHOUT_BIDI)
CONFIGURE_ARGS+= --disable-bidi
.else
-LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi
+LIB_DEPENDS+= fribidi.3:${PORTSDIR}/converters/fribidi
.endif
PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"