Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Feb 2015 04:52:45 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378341 - head/sysutils/xen-tools
Message-ID:  <201502030452.t134qjvt010741@svn.freebsd.org>

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



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