Date: Wed, 18 Dec 2013 01:00:18 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336797 - head/devel/p5-Sys-Virt Message-ID: <201312180100.rBI10IWY032693@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312180100.rBI10IWY032693>