svn commit: r350047 - head/devel/boost-libs

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 3 21:26:54 UTC 2014


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}


More information about the svn-ports-head mailing list