svn commit: r336797 - head/devel/p5-Sys-Virt

Jason Helfman jgh at FreeBSD.org
Wed Dec 18 01:00:18 UTC 2013


Author: jgh
Date: Wed Dec 18 01:00:17 2013
New Revision: 336797
URL: http://svnweb.freebsd.org/changeset/ports/336797

Log:
  - fix lib_depends format
  Spotted by: qat@
  Approved by: fw at moov.de, maintainer (implicit)

Modified:
  head/devel/p5-Sys-Virt/Makefile

Modified: head/devel/p5-Sys-Virt/Makefile
==============================================================================
--- head/devel/p5-Sys-Virt/Makefile	Wed Dec 18 00:10:25 2013	(r336796)
+++ head/devel/p5-Sys-Virt/Makefile	Wed Dec 18 01:00:17 2013	(r336797)
@@ -15,7 +15,7 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
-LIB_DEPENDS=	virt.1001:${PORTSDIR}/devel/libvirt
+LIB_DEPENDS=	libvirt.so:${PORTSDIR}/devel/libvirt
 RUN_DEPENDS=	p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
 TEST_DEPENDS=	p5-CPAN-Changes>=0:${PORTSDIR}/devel/p5-CPAN-Changes \
 		p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \


More information about the svn-ports-head mailing list