aboutsummaryrefslogtreecommitdiff
path: root/devel/coccinelle
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-11-26 17:43:01 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-11-26 17:43:01 +0000
commitd141ef607fc66365b7944d2245be203539163ba0 (patch)
tree1cdfbf2597e6e16e87fbcdc110d2b2c7b2722a83 /devel/coccinelle
parent421f21a1d509ac870c0b8b68570c80c4561ae47e (diff)
downloadports-d141ef607fc66365b7944d2245be203539163ba0.tar.gz
ports-d141ef607fc66365b7944d2245be203539163ba0.zip
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Approved by: Andriy Gapon <avg@icyb.net.ua> (maintainer)
Notes
Notes: svn path=/head/; revision=334959
Diffstat (limited to 'devel/coccinelle')
-rw-r--r--devel/coccinelle/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile
index 8ea9573ae4ba..fe7768d7ff6f 100644
--- a/devel/coccinelle/Makefile
+++ b/devel/coccinelle/Makefile
@@ -23,5 +23,7 @@ NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} 's|CAMLreturn0|return 0|' \
${WRKSRC}/pycaml/pycaml_ml.c
+ @${REINPLACE_CMD} 's|shell python|shell ${PYTHON_CMD}|' \
+ ${WRKSRC}/pycaml/Makefile
.include <bsd.port.mk>