mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Simplify Makefile: use PY_ENUM34
With hat: python
This commit is contained in:
parent
e1600252a0
commit
b59261b637
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463073
1 changed files with 1 additions and 4 deletions
|
@ -301,10 +301,7 @@ CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
|
|||
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} < 3400
|
||||
LLDB_BUILD_DEPENDS+= \
|
||||
${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34
|
||||
.endif
|
||||
LLDB_BUILD_DEPENDS+= ${PY_ENUM34}
|
||||
|
||||
post-extract-CLANG-on:
|
||||
${MV} ${WRKSRC_clang} ${PATCH_WRKSRC}/tools/clang
|
||||
|
|
Loading…
Add table
Reference in a new issue