Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2017 19:59:18 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457475 - head/net-p2p/mldonkey
Message-ID:  <201712281959.vBSJxIQ9086126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712281959.vBSJxIQ9086126>