diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:11:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 16:11:43 +0000 |
commit | 7e3461850288d9c03ab7fed23c421dab07e89443 (patch) | |
tree | d5e5ba5a3a52396d44f005ed68c3591410ede9ba /devel/coccinelle | |
parent | cf15c941cc3fec7529185d2dd6076ff9f73f4dcd (diff) | |
download | ports-7e3461850288d9c03ab7fed23c421dab07e89443.tar.gz ports-7e3461850288d9c03ab7fed23c421dab07e89443.zip |
Notes
Diffstat (limited to 'devel/coccinelle')
-rw-r--r-- | devel/coccinelle/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 9a8cb94a893b..1fb6814fe569 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -10,10 +10,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= avg@icyb.net.ua COMMENT= Coccinelle is a program matching and transformation engine -USES= shebangfix +USES= shebangfix gmake perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_PYTHON= 2.5+ USE_OCAML= 3.0+ SHEBANG_FILES= configure |