diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-14 19:41:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-14 19:41:22 +0000 |
commit | 53b04e5d76689e2b88a56ac40befefa660fe81bd (patch) | |
tree | 532c958b95c7020ef94c594842576068256a89d5 /net | |
parent | 44faf7f648a0b3365eab5cc3a3a8e488f698c418 (diff) | |
download | freebsd-ports-53b04e5d76689e2b88a56ac40befefa660fe81bd.zip |
- Fix CONFIGURE_ARGS for BIG5 option
Diffstat (limited to 'net')
-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 |