svn commit: r444162 - head/mail/fdm

Dirk Meyer dinoex at FreeBSD.org
Fri Jun 23 00:05:57 UTC 2017


Author: dinoex
Date: Fri Jun 23 00:05:56 2017
New Revision: 444162
URL: https://svnweb.freebsd.org/changeset/ports/444162

Log:
  - fix build, add MAKE_JOBS_UNSAFE
  PR:		220072
  Submitted by:	Brad Sliger

Modified:
  head/mail/fdm/Makefile

Modified: head/mail/fdm/Makefile
==============================================================================
--- head/mail/fdm/Makefile	Thu Jun 22 23:55:02 2017	(r444161)
+++ head/mail/fdm/Makefile	Fri Jun 23 00:05:56 2017	(r444162)
@@ -13,6 +13,8 @@ LICENSE=	ISCL
 
 LIB_DEPENDS=	libtdb.so:databases/tdb
 
+MAKE_JOBS_UNSAFE=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	nicm
 USES=		autoreconf:build ssl


More information about the svn-ports-all mailing list