diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-24 17:43:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-24 17:43:02 +0800 |
commit | 7023db2918fd3170ca258689b8add75b27b909a3 (patch) | |
tree | 53fb63c2e289fa8bf2d652a7e1dd482c995a299e /finance | |
parent | 617e70683b61d100df97367c91269ca9fda3c1a5 (diff) | |
download | freebsd-ports-gnome-7023db2918fd3170ca258689b8add75b27b909a3.tar.gz freebsd-ports-gnome-7023db2918fd3170ca258689b8add75b27b909a3.tar.zst freebsd-ports-gnome-7023db2918fd3170ca258689b8add75b27b909a3.zip |
- Fix build on 9.x by adding missing depend (introduced with patches)
Approved by: portmgr blanket
Diffstat (limited to 'finance')
-rw-r--r-- | finance/moneymanagerex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/moneymanagerex/Makefile b/finance/moneymanagerex/Makefile index 6a02ca3f8c3d..2fd038b01c5b 100644 --- a/finance/moneymanagerex/Makefile +++ b/finance/moneymanagerex/Makefile @@ -50,6 +50,7 @@ OPTIONS_DEFINE= DOCS .if ${CHOSEN_COMPILER_TYPE} == "gcc" CXXFLAGS+= -D_GLIBCXX_USE_C99 +BUILD_DEPENDS+= ${LOCALBASE}/include/boost/lexical_cast.hpp:devel/boost-libs .endif post-extract: |