diff options
author | cy <cy@FreeBSD.org> | 2006-04-19 07:18:03 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2006-04-19 07:18:03 +0800 |
commit | 6b6de3192225015c9ca78321a0f0b2455aa88b97 (patch) | |
tree | 84e3f72c64fed702c26a9cae5949c93b48eeb2d3 /x11-wm | |
parent | c64a9faf1c46a3e8686cf9bae9526eb5d79dffb8 (diff) | |
download | freebsd-ports-gnome-6b6de3192225015c9ca78321a0f0b2455aa88b97.tar.gz freebsd-ports-gnome-6b6de3192225015c9ca78321a0f0b2455aa88b97.tar.zst freebsd-ports-gnome-6b6de3192225015c9ca78321a0f0b2455aa88b97.zip |
Recent upgrade to fribidi has fixed this port when building WITH_BIDI.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index 5000caaca023..8101a62e0ff0 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -86,7 +86,6 @@ CONFIGURE_ARGS+= --with-png --with-png-includes=${LOCALBASE}/include \ .if defined(WITHOUT_BIDI) CONFIGURE_ARGS+= --disable-bidi .else -BROKEN= fribidi 0.10.7 is required, fribidi 0.10.4 is currently in the ports collection, build WITHOUT_BIDI in the interim LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi .endif |