summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-05-19 19:26:32 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-05-19 19:26:32 +0000
commitaaff6c4bd4166fe25a8b54531645491bf95a5992 (patch)
tree0ab162097a86f9035be52a7c0dfbba5638b06425 /devel
parentUpdate devel/elixir-conform to version 2.3.3. (diff)
WITH_CCACHE_BUILD: Don't leak ccache in as a runtime-dependency.
fmake and bmake's := feature does not evaluate a variable immediately if it does not yet exist (bmake's manpage notes this). In this case BUILD_DEPENDS is empty but later gets ccache added to it. So when RUN_DEPENDS is finally evaluated it actually gets ccache in it. This line was not useful anyhow since there were not BUILD_DEPENDS to add in; LIB_DEPENDS is its own unique thing that works as a BUILD and RUN dependency but not directly related to the other variables. Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=441265
Diffstat (limited to 'devel')
-rw-r--r--devel/kyua/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/kyua/Makefile b/devel/kyua/Makefile
index a739226f29ca..bdc31cb80de6 100644
--- a/devel/kyua/Makefile
+++ b/devel/kyua/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kyua
PORTVERSION= 0.13
PORTEPOCH= 3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= https://github.com/jmmv/kyua/releases/download/${PORTNAME}-${PORTVERSION}/ \
LOCAL/jmmv
@@ -15,7 +15,6 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= liblutok.so:devel/lutok
LIB_DEPENDS+= libsqlite3.so:databases/sqlite3
-RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= kyua-atf-compat-[0-9]* kyua-cli-[0-9]* kyua-testers-[0-9]*