Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2014 12:33:06 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361062 - head/devel/p5-UUID
Message-ID:  <201407071233.s67CX6vE056678@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407071233.s67CX6vE056678>