summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/boost-all/compiled.mk3
-rw-r--r--devel/boost-libs/Makefile3
-rw-r--r--devel/boost-python-libs/Makefile3
3 files changed, 3 insertions, 6 deletions
diff --git a/devel/boost-all/compiled.mk b/devel/boost-all/compiled.mk
index a38eb91b78c4..057d830ac0ae 100644
--- a/devel/boost-all/compiled.mk
+++ b/devel/boost-all/compiled.mk
@@ -10,6 +10,7 @@ PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/devel/boost-all/pkg-message.python
BJAM_ARGS= --layout=system \
--prefix=${PREFIX} \
+ -d2
# Our compiler-flags will be added AFTER those set by bjam. We remove
# the optimization level, because Boost sets it itself (to -O3 in case
@@ -21,8 +22,6 @@ BOOST_TOOLSET= ${CHOSEN_COMPILER_TYPE}
BJAM_ARGS+= --toolset=${BOOST_TOOLSET} \
${_MAKE_JOBS}
-VERBOSE_BUILD_VARS= BJAM_ARGS+=-d2
-
DEBUG_VARS= BJAM_ARGS+=debug
DEBUG_VARS_OFF= BJAM_ARGS+=release
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 0547b9bf16b2..7b0a1065c8df 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -8,11 +8,10 @@ COMMENT= Free portable C++ libraries (without Boost.Python)
BUILD_DEPENDS+= bjam:devel/boost-jam
-OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS
+OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS
OPTIONS_MULTI= LOCALE
OPTIONS_MULTI_LOCALE= ICONV ICU
OPTIONS_DEFAULT= ICONV ICU
-VERBOSE_BUILD_DESC= Show compiler messages
ICONV_DESC= Boost.Locale with iconv encoding support
ICU_DESC= Boost.Regex/Locale with ICU unicode support
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index 4985a8ccdb03..6486a560c8eb 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -6,8 +6,7 @@ COMMENT= Framework for interfacing Python and C++
USES+= python
-OPTIONS_DEFINE= VERBOSE_BUILD DEBUG OPTIMIZED_CFLAGS
-VERBOSE_BUILD_DESC= Show compiler messages
+OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS
.include "${.CURDIR}/../boost-all/common.mk"