aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-03 21:26:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-03 21:26:54 +0000
commit6e0c37827e5d9e5f11d42b3f16e7e7fe19297379 (patch)
tree971dd4383f37cf543c22c4f8b3d4c9a6c864fff7 /devel
parentcaf7c035e03f99c105708108cab8568e17b72a21 (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index cdf73d9b654d..f84b48e0ffd3 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -19,10 +19,10 @@ BJAM_ARGS+= --without-python
.if defined(X_BUILD_FOR)
BJAM_ARGS+= --without-context --without-coroutine \
--without-locale --without-log
-PLIST_SUB= COROUTINE="@comment " CONTEXT="@comment " \
+PLIST_SUB+= COROUTINE="@comment " CONTEXT="@comment " \
LOCALE="@comment " LOG="@comment "
.else
-PLIST_SUB= COROUTINE="" CONTEXT="" LOCALE="" LOG=""
+PLIST_SUB+= COROUTINE="" CONTEXT="" LOCALE="" LOG=""
.endif
.if ${PORT_OPTIONS:MICU}