aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-11-27 01:43:01 +0800
committermva <mva@FreeBSD.org>2013-11-27 01:43:01 +0800
commit42ce5fd19c677d63f88ce0aa6ec6e86fd7a87a53 (patch)
tree1cdfbf2597e6e16e87fbcdc110d2b2c7b2722a83 /devel
parent49e67960f72e93077498686292b66b30d4bcee44 (diff)
downloadfreebsd-ports-gnome-42ce5fd19c677d63f88ce0aa6ec6e86fd7a87a53.tar.gz
freebsd-ports-gnome-42ce5fd19c677d63f88ce0aa6ec6e86fd7a87a53.tar.zst
freebsd-ports-gnome-42ce5fd19c677d63f88ce0aa6ec6e86fd7a87a53.zip
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Approved by: Andriy Gapon <avg@icyb.net.ua> (maintainer)
Diffstat (limited to 'devel')
-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>