aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-15 03:41:22 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-15 03:41:22 +0800
commiteff6eb1caf6e90a3cf178dd54005665f6b559764 (patch)
tree532c958b95c7020ef94c594842576068256a89d5
parentf1bd479540be6ae27ada74d617cfacacbe96e8bc (diff)
downloadfreebsd-ports-gnome-eff6eb1caf6e90a3cf178dd54005665f6b559764.tar.gz
freebsd-ports-gnome-eff6eb1caf6e90a3cf178dd54005665f6b559764.tar.zst
freebsd-ports-gnome-eff6eb1caf6e90a3cf178dd54005665f6b559764.zip
- Fix CONFIGURE_ARGS for BIG5 option
-rw-r--r--net/tintin++/Makefile2
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