diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-25 21:07:58 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-06-25 21:07:58 +0000 |
commit | 5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf (patch) | |
tree | 3291541f3b73432c893dec35f4f23770dd07732a /devel/llvm39/Makefile | |
parent | 9c92503171817f96d944009b9ea88d3c083c9a45 (diff) | |
download | ports-5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf.tar.gz ports-5e373eaa92fd3a243e1bc7a8e3eaf114ab1eeabf.zip |
Notes
Diffstat (limited to 'devel/llvm39/Makefile')
-rw-r--r-- | devel/llvm39/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/llvm39/Makefile b/devel/llvm39/Makefile index 58f6534c18fc..a4a07ecd8de1 100644 --- a/devel/llvm39/Makefile +++ b/devel/llvm39/Makefile @@ -27,7 +27,7 @@ LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} -USES= cmake:outsource compiler:c++11-lib libedit ninja perl5 tar:xz \ +USES= cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \ shebangfix _USES_PYTHON?= python:build USES+= ${_USES_PYTHON} |