mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix build by depending on the llvm31 port, not just the package
Reported by: pgj
This commit is contained in:
parent
9ddd681b5e
commit
d384cef478
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310792
@ -18,8 +18,8 @@ LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \
|
||||
mpfr:${PORTSDIR}/math/mpfr
|
||||
BUILD_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm
|
||||
RUN_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm
|
||||
BUILD_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm31
|
||||
RUN_DEPENDS= llvm31>=3.1:${PORTSDIR}/devel/llvm31
|
||||
|
||||
MAN1= pure.1
|
||||
SUB_FILES= pkg-message
|
||||
|
Loading…
Reference in New Issue
Block a user