svn commit: r363742 - head/devel/mpatrol
Antoine Brodin
antoine at FreeBSD.org
Fri Aug 1 17:37:39 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list