svn commit: r378341 - head/sysutils/xen-tools

Dirk Meyer dinoex at FreeBSD.org
Tue Feb 3 04:52:46 UTC 2015


Author: dinoex
Date: Tue Feb  3 04:52:44 2015
New Revision: 378341
URL: https://svnweb.freebsd.org/changeset/ports/378341
QAT: https://qat.redports.org/buildarchive/r378341/

Log:
  - fix typo in path

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Tue Feb  3 04:36:57 2015	(r378340)
+++ head/sysutils/xen-tools/Makefile	Tue Feb  3 04:52:44 2015	(r378341)
@@ -15,7 +15,7 @@ DISTFILES=	xen-${PORTVERSION}.tar.gz
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
 		${LOCALBASE}/lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \
-		${LOCALBASE}/lib/ibyajl.so:${PORTSDIR}/devel/yajl
+		${LOCALBASE}/lib/libyajl.so:${PORTSDIR}/devel/yajl
 
 USES=		gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig
 USE_PERL5=	build


More information about the svn-ports-head mailing list