diff options
-rw-r--r-- | net/tintin++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 8af79d5fb96a..6e3afe45ff95 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -34,7 +34,7 @@ PORTDOCS= ${DOCS:T} SLAVEDIRS= chinese/tintin++ -BIG5_CONFIGURE_ARGS= --enable-big5 +BIG5_CONFIGURE_ON= --enable-big5 post-configure: @${REINPLACE_CMD} -e 's|-lpthread|-pthread|' ${WRKSRC}/Makefile |