diff options
-rw-r--r-- | databases/metakit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile index 9e08c1f1b07a..1831e5fd7954 100644 --- a/databases/metakit/Makefile +++ b/databases/metakit/Makefile @@ -68,6 +68,7 @@ PLIST_SUB+= WITH_TCL="@comment " pre-patch: ${REINPLACE_CMD} -e "s=doc/==" ${WRKSRC}/../Metakit.html + ${REINPLACE_CMD} -e "s=echo aout=echo elf=" ${WRKSRC}/../unix/configure .if defined(METAKIT_WITH_TCL83) || defined(METAKIT_WITH_TCL84) ${REINPLACE_CMD} \ -e "s/= tclsh/=tclsh${TCL_V}/" -e "s/tcl8.4/tcl${TCL_V}/" \ |