diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-01 00:37:22 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-04-01 00:37:22 +0800 |
commit | ab4b127d3a104f68195cbc8ac391fc0249161a32 (patch) | |
tree | e293b88350e067a09bb4e04d1fd8912a024ee0c3 /textproc | |
parent | 1ca4f94c504e4fb5d90c3c463b5c3b8d259cc8fc (diff) | |
download | freebsd-ports-gnome-ab4b127d3a104f68195cbc8ac391fc0249161a32.tar.gz freebsd-ports-gnome-ab4b127d3a104f68195cbc8ac391fc0249161a32.tar.zst freebsd-ports-gnome-ab4b127d3a104f68195cbc8ac391fc0249161a32.zip |
Unbreak
With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libwps/Makefile | 4 |
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> |