diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-12-30 20:28:43 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-12-30 20:28:43 +0000 |
commit | 32bf002eb2813e9701641188a564b40de316e416 (patch) | |
tree | 37b3968786b9332d23c33675b15f735feb9202f4 /finance | |
parent | b28f4972855f1b355b5b156ffca59f4135e0e4c8 (diff) | |
download | ports-32bf002eb2813e9701641188a564b40de316e416.tar.gz ports-32bf002eb2813e9701641188a564b40de316e416.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index e3cb07d137ab..dc8634530f25 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -96,6 +96,11 @@ GLIB_SCHEMAS+= org.gnucash.dialogs.import.hbci.gschema.xml GLIB_SCHEMAS+= org.gnucash.dialogs.import.ofx.gschema.xml .endif +# because webkit-gtk2 needs it +.if ${OSVERSION} < 1000000 +USES+= compiler:c++11-lib +.endif + post-install: .if ${PORT_OPTIONS:MPYTHON} @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ |