aboutsummaryrefslogtreecommitdiff
path: root/textproc/libwps
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libwps')
-rw-r--r--textproc/libwps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile
index 207c82649c45..c759754d1056 100644
--- a/textproc/libwps/Makefile
+++ b/textproc/libwps/Makefile
@@ -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>