diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-17 17:55:43 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-17 17:55:43 +0000 |
commit | 622bcb4a8fdd6149377b1f3a43bac768d1993b8e (patch) | |
tree | eb3b09270698c82848993ebc8b46fda409fae8eb /devel/coccinelle | |
parent | 401bd491312d3dcf260a2103399d0e67a9111019 (diff) | |
download | ports-622bcb4a8fdd6149377b1f3a43bac768d1993b8e.tar.gz ports-622bcb4a8fdd6149377b1f3a43bac768d1993b8e.zip |
Notes
Diffstat (limited to 'devel/coccinelle')
-rw-r--r-- | devel/coccinelle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 1ef23766ee75..ac4f3c90d262 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -12,7 +12,7 @@ COMMENT= Coccinelle is a program matching and transformation engine LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USES= shebangfix gmake perl5 +USES= shebangfix gmake perl5 pkgconfig:build GNU_CONFIGURE= yes USE_PERL5= build USE_PYTHON= 2.6+ @@ -20,6 +20,7 @@ USE_OCAML= 3.0+ bash_CMD= ${SH} SHEBANG_FILES= setup/echo.sh MAKE_ARGS+= PYTHON_VERSION=${PYTHON_VER} +CONFIGURE_ENV+= PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD} post-install: ${STRIP_CMD} ${STAGEDIR}${DATADIR}/dllpcre_stubs.so \ |