aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libwps
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-04-01 00:37:22 +0800
committerantoine <antoine@FreeBSD.org>2014-04-01 00:37:22 +0800
commite5731c59506afba8381c780f6ccd59622b658bc8 (patch)
treee293b88350e067a09bb4e04d1fd8912a024ee0c3 /textproc/libwps
parentd712dedbe7a0a7501b52d2d60adc4ad38e6c1dd3 (diff)
downloadfreebsd-ports-gnome-e5731c59506afba8381c780f6ccd59622b658bc8.tar.gz
freebsd-ports-gnome-e5731c59506afba8381c780f6ccd59622b658bc8.tar.zst
freebsd-ports-gnome-e5731c59506afba8381c780f6ccd59622b658bc8.zip
Unbreak
With hat: portmgr
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>