summaryrefslogtreecommitdiffstats
path: root/lang/rust-nightly/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committermat <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commit0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /lang/rust-nightly/Makefile
parent148314483d3098c0d6a33944f1190842e671502f (diff)
downloadFreeBSD-ports-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip
FreeBSD-ports-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'lang/rust-nightly/Makefile')
-rw-r--r--lang/rust-nightly/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile
index e222020..caf0a1d 100644
--- a/lang/rust-nightly/Makefile
+++ b/lang/rust-nightly/Makefile
@@ -81,12 +81,12 @@ OPTIONS_DEFINE= DOCS GDB LLNEXTGEN PORT_LLVM
GDB_DESC= Install ports gdb (necessary for debugging rust programs)
LLNEXTGEN_DESC= Build with grammar verification
-GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:${PORTSDIR}/devel/gdb
-LLNEXTGEN_BUILD_DEPENDS= LLnextgen:${PORTSDIR}/devel/llnextgen
+GDB_RUN_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb
+LLNEXTGEN_BUILD_DEPENDS= LLnextgen:devel/llnextgen
# Rust may pass more regression tests with bundled LLVM
PORT_LLVM_DESC= Build against devel/llvm${LLVM_VER} instead of bundled version
-PORT_LLVM_BUILD_DEPENDS= ${LLVM_PREFIX}/bin/FileCheck:${PORTSDIR}/devel/llvm${LLVM_VER}
+PORT_LLVM_BUILD_DEPENDS= ${LLVM_PREFIX}/bin/FileCheck:devel/llvm${LLVM_VER}
PORT_LLVM_CONFIGURE_ON= --llvm-root=${LLVM_PREFIX}
PORT_LLVM_EXTRACT_ONLY_OFF= ${DISTFILE_llvm}
PORT_LLVM_GH_PROJECT_OFF= llvm:llvm
OpenPOWER on IntegriCloud