mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Add missing RUN_DEPENDS
- Bump PORTREVISION for dependency change PR: 226463 Submitted by: David Kalliecharan <dave@dal.ca> (maintainer)
This commit is contained in:
parent
d74b36b557
commit
458bc1943d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464130
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= llvmlite
|
||||
DISTVERSION= 0.22.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BROKEN_powerpc64= fails to compile: clang++: not found
|
||||
|
||||
BUILD_DEPENDS= ${PY_ENUM34}
|
||||
RUN_DEPENDS= ${PY_ENUM34}
|
||||
LIB_DEPENDS= libLLVM-5.0.so:devel/llvm50
|
||||
|
||||
# Python 2.7,3.4+
|
||||
|
|
Loading…
Add table
Reference in a new issue