diff options
Diffstat (limited to 'devel/llvm36/Makefile')
-rw-r--r-- | devel/llvm36/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/llvm36/Makefile b/devel/llvm36/Makefile index 34311cb8f90a..eefe16f2185a 100644 --- a/devel/llvm36/Makefile +++ b/devel/llvm36/Makefile @@ -107,12 +107,12 @@ RELEASE_TYPE= Release .endif .if ${PORT_OPTIONS:MCMAKE} -BUILD_DEPENDS+= cmake:${PORTSDIR}/devel/cmake +BUILD_DEPENDS+= cmake:devel/cmake PORTDATA+= cmake .endif .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} -BUILD_DEPENDS+= sphinx-build:${PORTSDIR}/textproc/py-sphinx +BUILD_DEPENDS+= sphinx-build:textproc/py-sphinx .endif .if ${PORT_OPTIONS:MDOCS} @@ -130,8 +130,8 @@ USES+= python:build .endif .if ${PORT_OPTIONS:MLTOPLUGIN} -BUILD_DEPENDS+= ld.gold:${PORTSDIR}/devel/binutils -RUN_DEPENDS+= ld.gold:${PORTSDIR}/devel/binutils +BUILD_DEPENDS+= ld.gold:devel/binutils +RUN_DEPENDS+= ld.gold:devel/binutils CONFIGURE_ARGS+= --with-binutils-include=${LOCALBASE}/include PLIST_FILES+= llvm${LLVM_SUFFIX}/lib/LLVMgold.so .endif |