diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-29 14:33:42 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-29 14:33:42 +0000 |
commit | 05724638b0658b42a6d2d6a9a4d01298e136824b (patch) | |
tree | 821cde00b0b591542d240afe619629644d302cee /devel/bison | |
parent | ec8db877f4782d3b4b0eeb846faf8cf2e8273f1f (diff) |
Notes
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 74e9ab3099e4..3d2a5638a4f3 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -13,6 +13,8 @@ COMMENT= A parser generator from FSF, (mostly) compatible with Yacc 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 |