Date: Sun, 29 Dec 2013 14:33:43 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337993 - head/devel/bison Message-ID: <201312291433.rBTEXhF4068815@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Dec 29 14:33:42 2013 New Revision: 337993 URL: http://svnweb.freebsd.org/changeset/ports/337993 Log: Add EXAMPLES and NLS option. Modified: head/devel/bison/Makefile Modified: head/devel/bison/Makefile ============================================================================== --- head/devel/bison/Makefile Sun Dec 29 14:30:20 2013 (r337992) +++ head/devel/bison/Makefile Sun Dec 29 14:33:42 2013 (r337993) @@ -13,6 +13,8 @@ COMMENT= A parser generator from FSF, (m BUILD_DEPENDS= m4>=1.4.16,1:${PORTSDIR}/devel/m4 RUN_DEPENDS= m4>=1.4.16,1:${PORTSDIR}/devel/m4 +OPTIONS_DEFINE= EXAMPLES NLS + USES= charsetfix perl5 USE_XZ= yes USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291433.rBTEXhF4068815>