diff options
Diffstat (limited to 'textproc/xxdiff')
-rw-r--r-- | textproc/xxdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index a809e0a5726b..8cefe20598b0 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS # base flex(1) v2.5.4 is not sufficient .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 -BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex post-patch: @${REINPLACE_CMD} -e 's!flex!${LOCALBASE}/bin/&!' \ |