svn commit: r457475 - head/net-p2p/mldonkey

Tijl Coosemans tijl at FreeBSD.org
Thu Dec 28 19:59:19 UTC 2017


Author: tijl
Date: Thu Dec 28 19:59:17 2017
New Revision: 457475
URL: https://svnweb.freebsd.org/changeset/ports/457475

Log:
  Add build dependency on ax_pthread.m4 from autoconf-archive.  It is used
  in configure.in.
  
  Reported by:	antoine

Modified:
  head/net-p2p/mldonkey/Makefile

Modified: head/net-p2p/mldonkey/Makefile
==============================================================================
--- head/net-p2p/mldonkey/Makefile	Thu Dec 28 19:48:04 2017	(r457474)
+++ head/net-p2p/mldonkey/Makefile	Thu Dec 28 19:59:17 2017	(r457475)
@@ -13,6 +13,8 @@ COMMENT?=	OCAML client for multiple peer-to-peer netwo
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/Copying.txt
 
+BUILD_DEPENDS=	${LOCALBASE}/share/aclocal/ax_pthread.m4:devel/autoconf-archive
+
 CONFLICTS=	mldonkey{-{core,gui},}-devel-[0-9]*
 
 USES=		autoreconf iconv tar:bzip2 gmake


More information about the svn-ports-head mailing list