diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 10:28:33 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 10:28:33 +0000 |
commit | 4321effd498ca97314180b3b68fb63345095d7be (patch) | |
tree | b70ab98a1d86bd6b9f680219eefb9157782c347b /devel/bison | |
parent | e8c135cbeba1075366fa86a1b827e807773d1415 (diff) | |
download | ports-4321effd498ca97314180b3b68fb63345095d7be.tar.gz ports-4321effd498ca97314180b3b68fb63345095d7be.zip |
Notes
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 71da5785931d..2b380d770c63 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -13,9 +13,9 @@ 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 -USES= charsetfix +USES= charsetfix perl5 USE_XZ= yes -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |