mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Fix shebang for scan-view script
- Add run-dependency on python because of the named script Approved by: portmgr blanket
This commit is contained in:
parent
7e5d051c45
commit
ebdb3aa91f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461080
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= clang
|
||||
DISTVERSION= 3.5.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang devel
|
||||
MASTER_SITES= http://llvm.org/releases/3.5.2/
|
||||
PKGNAMESUFFIX= ${LLVM_SUFFIX}
|
||||
@ -36,7 +36,8 @@ PYTHONLIBDIR= ${LLVM_PREFIX}/lib/python
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX}
|
||||
USES= compiler:c++11-lib gmake groff libedit perl5 python:build tar:xz
|
||||
USES= compiler:c++11-lib gmake groff libedit perl5 python shebangfix tar:xz
|
||||
SHEBANG_FILES= tools/clang/tools/scan-view/scan-view
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \
|
||||
|
Loading…
Reference in New Issue
Block a user