diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-31 22:41:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-31 22:41:15 +0000 |
commit | 5da2bad1555b46119c91b1381dcea99caec9e10e (patch) | |
tree | 7f2c664411a64ac18d6b46b66de26b7473718c39 | |
parent | df70cb305fe0e6290fde542774d0c0755204838b (diff) |
Fix build
Reported by: marino
Notes
Notes:
svn path=/head/; revision=349813
-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> |