aboutsummaryrefslogtreecommitdiff
path: root/devel/coccinelle
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-20 16:04:12 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-20 16:04:12 +0000
commit89e07f4a18111a1fde92e57751221f851705f6b8 (patch)
treee54c7ece9300bb20cc6b5b9ea0b6b8aab3453440 /devel/coccinelle
parent7fd0d93a89aedf3ae8004c878caa5e2ff358e78b (diff)
downloadports-89e07f4a18111a1fde92e57751221f851705f6b8.tar.gz
ports-89e07f4a18111a1fde92e57751221f851705f6b8.zip
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371280
Diffstat (limited to 'devel/coccinelle')
-rw-r--r--devel/coccinelle/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile
index 07bd3c25c302..639cccc97b3f 100644
--- a/devel/coccinelle/Makefile
+++ b/devel/coccinelle/Makefile
@@ -13,10 +13,9 @@ LICENSE= GPLv2
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
-USES= gmake perl5 pkgconfig:build tar:tgz
+USES= gmake perl5 pkgconfig:build python tar:tgz
GNU_CONFIGURE= yes
USE_PERL5= build
-USE_PYTHON= yes
USE_OCAML= 3.0+
MAKE_ARGS+= PYTHON_VERSION=${PYTHON_VER}
CONFIGURE_ENV+= PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD}