diff options
author | tijl <tijl@FreeBSD.org> | 2013-12-29 22:33:42 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-12-29 22:33:42 +0800 |
commit | cbb28130173a65d32e8650b932ac27a46e94515f (patch) | |
tree | 821cde00b0b591542d240afe619629644d302cee | |
parent | bafb4c6a1c7026a1e1c1c0462ab29b4dba55c102 (diff) | |
download | freebsd-ports-gnome-cbb28130173a65d32e8650b932ac27a46e94515f.tar.gz freebsd-ports-gnome-cbb28130173a65d32e8650b932ac27a46e94515f.tar.zst freebsd-ports-gnome-cbb28130173a65d32e8650b932ac27a46e94515f.zip |
Add EXAMPLES and NLS option.
-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 |