diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-23 17:19:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-23 17:19:48 +0000 |
commit | c02b4579d655b905d22143d470fd399855e59f11 (patch) | |
tree | 497ce328e4bacfbb236907b671e487db7de03793 /textproc/bidiv | |
parent | 64bd530cb6e180bf8bef3d61743932eaffcf3fad (diff) |
These ports need an update to work with the new paragraph embedding level
API of fribidi.
Notes
Notes:
svn path=/head/; revision=240214
Diffstat (limited to 'textproc/bidiv')
-rw-r--r-- | textproc/bidiv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/bidiv/Makefile b/textproc/bidiv/Makefile index b94bbd5712c1..c9fc33a723f7 100644 --- a/textproc/bidiv/Makefile +++ b/textproc/bidiv/Makefile @@ -21,6 +21,8 @@ WRKSRC= ${WRKDIR}/bidiv MAN1= bidiv.1 MAKE_ENV+= CC_OPT_FLAGS="${CFLAGS}" +BROKEN= needs update for the new fribidi paragraph API + post-patch: ${REINPLACE_CMD} -E "s/^(PREFIX|CC_OPT_FLAGS).+//g;" ${WRKSRC}/Makefile |