svn commit: r360580 - head/devel/lmdbg

Bartek Rutkowski robak at FreeBSD.org
Fri Jul 4 09:13:04 UTC 2014


Author: robak
Date: Fri Jul  4 09:13:03 2014
New Revision: 360580
URL: http://svnweb.freebsd.org/changeset/ports/360580
QAT: https://qat.redports.org/buildarchive/r360580/

Log:
  devel/lmdbg: convert to new LIB_DEPENDS format
  
  Approved by:	marino (mentor), portmgr (blanket)

Modified:
  head/devel/lmdbg/Makefile

Modified: head/devel/lmdbg/Makefile
==============================================================================
--- head/devel/lmdbg/Makefile	Fri Jul  4 09:12:57 2014	(r360579)
+++ head/devel/lmdbg/Makefile	Fri Jul  4 09:13:03 2014	(r360580)
@@ -12,7 +12,7 @@ COMMENT=	Lightweight malloc debugger
 LICENSE=	MIT
 
 BUILD_DEPENDS=	mk-configure>=0.24:${PORTSDIR}/devel/mk-configure
-LIB_DEPENDS=	Judy:${PORTSDIR}/devel/judy
+LIB_DEPENDS=	libJudy.so:${PORTSDIR}/devel/judy
 RUN_DEPENDS=	runawk:${PORTSDIR}/lang/runawk \
 		${LOCALBASE}/bin/pipestatus:${PORTSDIR}/devel/pipestatus
 


More information about the svn-ports-all mailing list