svn commit: r338446 - head/databases/mongodb

Dmitry Sivachenko demon at FreeBSD.org
Thu Jan 2 15:19:24 UTC 2014


Author: demon
Date: Thu Jan  2 15:19:24 2014
New Revision: 338446
URL: http://svnweb.freebsd.org/changeset/ports/338446

Log:
  Unbreak:
  
  /!\ mongodb-2.4.8: Makefile errors /!\
  
  you cannot include bsd.port[.pre].mk twice
  
  *** Error code 1

Modified:
  head/databases/mongodb/Makefile

Modified: head/databases/mongodb/Makefile
==============================================================================
--- head/databases/mongodb/Makefile	Thu Jan  2 15:19:00 2014	(r338445)
+++ head/databases/mongodb/Makefile	Thu Jan  2 15:19:24 2014	(r338446)
@@ -89,4 +89,4 @@ test: build-depends build
 		${SCONS_BIN} ${SCONS_ENV} ${SCONS_ARGS} ${SMOKE_TESTS}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list