svn commit: r337993 - head/devel/bison

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 29 14:33:43 UTC 2013


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


More information about the svn-ports-all mailing list