svn commit: r361062 - head/devel/p5-UUID

Bartek Rutkowski robak at FreeBSD.org
Mon Jul 7 12:33:06 UTC 2014


Author: robak
Date: Mon Jul  7 12:33:05 2014
New Revision: 361062
URL: http://svnweb.freebsd.org/changeset/ports/361062
QAT: https://qat.redports.org/buildarchive/r361062/

Log:
  devel/p5-UUID: convert to new LIB_DEPENDS format
  
  Approved by:	marino, swills (mentors), portmgr (blanket)

Modified:
  head/devel/p5-UUID/Makefile

Modified: head/devel/p5-UUID/Makefile
==============================================================================
--- head/devel/p5-UUID/Makefile	Mon Jul  7 12:31:13 2014	(r361061)
+++ head/devel/p5-UUID/Makefile	Mon Jul  7 12:33:05 2014	(r361062)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Perl extension for using UUID interfaces as defined in e2fsprogs
 
-LIB_DEPENDS=	uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
+LIB_DEPENDS=	libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list