diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-01 17:37:39 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-01 17:37:39 +0000 |
| commit | 490d9933f28998ebc015766eba0445a09eb5d431 (patch) | |
| tree | 89507a365ea5db3f99b25b8b46b022098545f860 | |
| parent | Mark BROKEN: Unfetchable (diff) | |
Unbreak, it doesn't work with libelf from base
With hat: portmgr
| -rw-r--r-- | devel/mpatrol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mpatrol/Makefile b/devel/mpatrol/Makefile index 471c41ddaf34..5e3117102198 100644 --- a/devel/mpatrol/Makefile +++ b/devel/mpatrol/Makefile @@ -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 |
