diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-01 06:41:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-01 06:41:15 +0800 |
commit | 370b0b8ce8bd294635f1a6c0177f0af02bffd2d1 (patch) | |
tree | 7f2c664411a64ac18d6b46b66de26b7473718c39 /textproc | |
parent | 0bd0b6261fad23326f245832a4506b304e7fb660 (diff) | |
download | freebsd-ports-gnome-370b0b8ce8bd294635f1a6c0177f0af02bffd2d1.tar.gz freebsd-ports-gnome-370b0b8ce8bd294635f1a6c0177f0af02bffd2d1.tar.zst freebsd-ports-gnome-370b0b8ce8bd294635f1a6c0177f0af02bffd2d1.zip |
Fix build
Reported by: marino
Diffstat (limited to 'textproc')
-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> |