Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2014 21:26:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350047 - head/devel/boost-libs
Message-ID:  <201404032126.s33LQsB0001217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Apr  3 21:26:54 2014
New Revision: 350047
URL: http://svnweb.freebsd.org/changeset/ports/350047
QAT: https://qat.redports.org/buildarchive/r350047/

Log:
  Fix addition to PLIST_SUB

Modified:
  head/devel/boost-libs/Makefile

Modified: head/devel/boost-libs/Makefile
==============================================================================
--- head/devel/boost-libs/Makefile	Thu Apr  3 21:06:46 2014	(r350046)
+++ head/devel/boost-libs/Makefile	Thu Apr  3 21:26:54 2014	(r350047)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404032126.s33LQsB0001217>