aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 09:42:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-02 09:42:48 +0000
commite4309c5507f2d646c711365ed8abcf9dc8729d8a (patch)
tree78e5e49a7f8d762e5078b44b18009481a7c461f5 /finance
parent1230e1f721bfd46aa893e3c45c593c42e9ac2ef2 (diff)
downloadports-e4309c5507f2d646c711365ed8abcf9dc8729d8a.tar.gz
ports-e4309c5507f2d646c711365ed8abcf9dc8729d8a.zip
Notes
Diffstat (limited to 'finance')
-rw-r--r--finance/libofx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index 78c7c83609b2..57055cfd9f64 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -16,7 +16,9 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libxml++-2.6.so:textproc/libxml++26 \
libosp.so:textproc/opensp
-USES= gettext-runtime gmake iconv libtool localbase pathfix pkgconfig
+USES= gettext-runtime gmake iconv libtool localbase pathfix pkgconfig \
+ compiler:c++11-lang
+USE_CXXSTD= c++11
USE_GNOME= glib20 glibmm libsigc++20 libxml2
CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \
--with-opensp-includes=${LOCALBASE}/include/OpenSP \