aboutsummaryrefslogtreecommitdiffstats
path: root/lang/crystal
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2018-02-24 22:40:12 +0800
committeradamw <adamw@FreeBSD.org>2018-02-24 22:40:12 +0800
commit3673b98034cae60e75a86359ad973dcc7e012e54 (patch)
tree28b3e217ab06fa986a59a49d6b572a6b3526131b /lang/crystal
parent09e416833d063a9919eee3b35b747aecb7c38e24 (diff)
downloadfreebsd-ports-gnome-3673b98034cae60e75a86359ad973dcc7e012e54.tar.gz
freebsd-ports-gnome-3673b98034cae60e75a86359ad973dcc7e012e54.tar.zst
freebsd-ports-gnome-3673b98034cae60e75a86359ad973dcc7e012e54.zip
Show progress while building.
It doesn't show much, but it least gives an idea what it's chewing on. Approved by: maintainer (greg unrelenting technology)
Diffstat (limited to 'lang/crystal')
-rw-r--r--lang/crystal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/crystal/Makefile b/lang/crystal/Makefile
index dbbbe9e7a64f..eb91143e344d 100644
--- a/lang/crystal/Makefile
+++ b/lang/crystal/Makefile
@@ -31,7 +31,7 @@ GH_ACCOUNT= crystal-lang
MAKE_ARGS= SHELL=sh \
LLVM_CONFIG="${LOCALBASE}/bin/llvm-config${LLVM_VERSION}" \
- FLAGS="--release --no-debug" \
+ FLAGS="--release --no-debug --progress" \
EXPORTS='CRYSTAL_CONFIG_PATH="lib:${PREFIX}/lib/${PORTNAME}"' \
CRYSTAL_CACHE_DIR="${WRKDIR}/cache"