diff options
-rw-r--r-- | textproc/libmwaw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libmwaw/Makefile b/textproc/libmwaw/Makefile index 6456800e4253..d1570b610dc7 100644 --- a/textproc/libmwaw/Makefile +++ b/textproc/libmwaw/Makefile @@ -30,10 +30,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> |