svn commit: r424553 - head/finance/moneymanagerex

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 24 09:43:03 UTC 2016


Author: amdmi3
Date: Mon Oct 24 09:43:02 2016
New Revision: 424553
URL: https://svnweb.freebsd.org/changeset/ports/424553

Log:
  - Fix build on 9.x by adding missing depend (introduced with patches)
  
  Approved by:	portmgr blanket

Modified:
  head/finance/moneymanagerex/Makefile

Modified: head/finance/moneymanagerex/Makefile
==============================================================================
--- head/finance/moneymanagerex/Makefile	Mon Oct 24 09:35:57 2016	(r424552)
+++ head/finance/moneymanagerex/Makefile	Mon Oct 24 09:43:02 2016	(r424553)
@@ -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:


More information about the svn-ports-all mailing list