aboutsummaryrefslogtreecommitdiff
path: root/textproc/libwps
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-31 16:37:22 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-31 16:37:22 +0000
commitab4b127d3a104f68195cbc8ac391fc0249161a32 (patch)
treee293b88350e067a09bb4e04d1fd8912a024ee0c3 /textproc/libwps
parent1ca4f94c504e4fb5d90c3c463b5c3b8d259cc8fc (diff)
downloadports-ab4b127d3a104f68195cbc8ac391fc0249161a32.tar.gz
ports-ab4b127d3a104f68195cbc8ac391fc0249161a32.zip
Notes
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>