svn commit: r344303 - head/net/tintin++

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 14 19:41:22 UTC 2014


Author: sunpoet
Date: Fri Feb 14 19:41:22 2014
New Revision: 344303
URL: http://svnweb.freebsd.org/changeset/ports/344303
QAT: https://qat.redports.org/buildarchive/r344303/

Log:
  - Fix CONFIGURE_ARGS for BIG5 option

Modified:
  head/net/tintin++/Makefile

Modified: head/net/tintin++/Makefile
==============================================================================
--- head/net/tintin++/Makefile	Fri Feb 14 19:41:17 2014	(r344302)
+++ head/net/tintin++/Makefile	Fri Feb 14 19:41:22 2014	(r344303)
@@ -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


More information about the svn-ports-all mailing list