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 | |
parent | 64bd530cb6e180bf8bef3d61743932eaffcf3fad (diff) |
Notes
-rw-r--r-- | hebrew/geresh/Makefile | 2 | ||||
-rw-r--r-- | textproc/bidiv/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/hebrew/geresh/Makefile b/hebrew/geresh/Makefile index 0fae1f522d71..e5db4ca7ddb5 100644 --- a/hebrew/geresh/Makefile +++ b/hebrew/geresh/Makefile @@ -18,4 +18,6 @@ LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi GNU_CONFIGURE= yes +BROKEN= needs update for the new fribidi paragraph API + .include <bsd.port.mk> 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 |