svn commit: r349773 - head/textproc/libwps

Antoine Brodin antoine at FreeBSD.org
Mon Mar 31 16:37:23 UTC 2014


Author: antoine
Date: Mon Mar 31 16:37:22 2014
New Revision: 349773
URL: http://svnweb.freebsd.org/changeset/ports/349773
QAT: https://qat.redports.org/buildarchive/r349773/

Log:
  Unbreak
  
  With hat:	portmgr

Modified:
  head/textproc/libwps/Makefile

Modified: head/textproc/libwps/Makefile
==============================================================================
--- head/textproc/libwps/Makefile	Mon Mar 31 16:34:39 2014	(r349772)
+++ head/textproc/libwps/Makefile	Mon Mar 31 16:37:22 2014	(r349773)
@@ -29,10 +29,10 @@ DOCS_CONFIGURE_OFF=	--without-docs
 .include <bsd.port.pre.mk>
 
 .if ${COMPILER_FEATURES:Mlibc++}
-CONFIGURE_ARGS=	--with-sharedptr=c++11
+CONFIGURE_ARGS+=	--with-sharedptr=c++11
 .else
 BUILD_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-CONFIGURE_ARGS=	--with-sharedptr=boost
+CONFIGURE_ARGS+=	--with-sharedptr=boost
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list