diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 06:40:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 06:40:46 +0000 |
commit | e52598b5500e6c00d66965c41c09ab9b609286f6 (patch) | |
tree | 557ac9e6aa798d772982464f2985cb823b982db6 /devel/llvm33 | |
parent | ff06f04d625e3c28311d8254b72c85a6195d5f33 (diff) | |
download | ports-e52598b5500e6c00d66965c41c09ab9b609286f6.tar.gz ports-e52598b5500e6c00d66965c41c09ab9b609286f6.zip |
USES=execinfo
Notes
Notes:
svn path=/head/; revision=364077
Diffstat (limited to 'devel/llvm33')
-rw-r--r-- | devel/llvm33/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/llvm33/Makefile b/devel/llvm33/Makefile index f4ed2915579b..f6a160fc55eb 100644 --- a/devel/llvm33/Makefile +++ b/devel/llvm33/Makefile @@ -11,15 +11,13 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX} MAINTAINER= brooks@FreeBSD.org COMMENT= Low Level Virtual Machine -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo - LLVM_SUFFIX= ${PORTVERSION:S/.//g} LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX} DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX} UNIQUENAME= ${PORTNAME}${LLVM_SUFFIX} -USES= gmake perl5 +USES= execinfo gmake perl5 GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} USE_LDCONFIG= ${LLVM_PREFIX}/lib |