diff options
Diffstat (limited to 'textproc/apertium')
-rw-r--r-- | textproc/apertium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile index 533b38b15637..b40588244058 100644 --- a/textproc/apertium/Makefile +++ b/textproc/apertium/Makefile @@ -29,7 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= APVER="${PORTVERSION:R}" post-patch: - + @${REINPLACE_CMD} -e 's/pcre_info/pcre_fullinfo/g' ${WRKSRC}/configure .include <bsd.port.mk> |