diff options
Diffstat (limited to 'devel/llvm34/Makefile')
-rw-r--r-- | devel/llvm34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/llvm34/Makefile b/devel/llvm34/Makefile index ea1959d517af..133a0076ea97 100644 --- a/devel/llvm34/Makefile +++ b/devel/llvm34/Makefile @@ -11,7 +11,7 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= Low Level Virtual Machine -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo LLVM_SUFFIX= ${PORTVERSION:S/.//g:C/r.//} LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} |