svn commit: r360733 - head/devel/p5-IPC-MM

Bartek Rutkowski robak at FreeBSD.org
Sat Jul 5 09:27:36 UTC 2014


Author: robak
Date: Sat Jul  5 09:27:35 2014
New Revision: 360733
URL: http://svnweb.freebsd.org/changeset/ports/360733
QAT: https://qat.redports.org/buildarchive/r360733/

Log:
  devel/p5-IPC-MM: convert to new LIB_DEPENDS format
  
  Approved by:	marino (mentor), portmgr (blanket)

Modified:
  head/devel/p5-IPC-MM/Makefile

Modified: head/devel/p5-IPC-MM/Makefile
==============================================================================
--- head/devel/p5-IPC-MM/Makefile	Sat Jul  5 09:09:20 2014	(r360732)
+++ head/devel/p5-IPC-MM/Makefile	Sat Jul  5 09:27:35 2014	(r360733)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl interface to Ralf Engelschall's mm library
 
-LIB_DEPENDS=	mm.14:${PORTSDIR}/devel/mm
+LIB_DEPENDS=	libmm.so:${PORTSDIR}/devel/mm
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list