Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 17:37:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363742 - head/devel/mpatrol
Message-ID:  <201408011737.s71HbdTN012294@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Aug  1 17:37:39 2014
New Revision: 363742
URL: http://svnweb.freebsd.org/changeset/ports/363742
QAT: https://qat.redports.org/buildarchive/r363742/

Log:
  Unbreak, it doesn't work with libelf from base
  
  With hat:	portmgr

Modified:
  head/devel/mpatrol/Makefile

Modified: head/devel/mpatrol/Makefile
==============================================================================
--- head/devel/mpatrol/Makefile	Fri Aug  1 17:28:53 2014	(r363741)
+++ head/devel/mpatrol/Makefile	Fri Aug  1 17:37:39 2014	(r363742)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER= ports@FreeBSD.org
 COMMENT=	Dynamic memory debugging and profiling library
 
-LIB_DEPENDS=	libelf.so:${PORTSDIR}/devel/libelf
+LIB_DEPENDS=	libelf.so.0:${PORTSDIR}/devel/libelf
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/build/unix
 



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