BUILD_DEPENDS against `devel/llvm' was not sufficient, since ISPC binary is
actually linked to libLLVM.so. Make it LIB_DEPENDS and thus try to unbreak `graphics/embree'. Reported by: portscout
This commit is contained in:
parent
1beb1bba8e
commit
bc487f2087
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460800
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= ispc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= only available for x86 architectures
|
||||
|
||||
BUILD_DEPENDS= clang${CLANG_VERSION}:devel/llvm${CLANG_VERSION}
|
||||
LIB_DEPENDS= libLLVM.so:devel/llvm${CLANG_VERSION}
|
||||
|
||||
USES= bison gmake python:build shebangfix
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Reference in a new issue