Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2015 15:38:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380149 - head/x11-wm/i3
Message-ID:  <201502281538.t1SFcto6029818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Feb 28 15:38:54 2015
New Revision: 380149
URL: https://svnweb.freebsd.org/changeset/ports/380149
QAT: https://qat.redports.org/buildarchive/r380149/

Log:
  Fix typo

Modified:
  head/x11-wm/i3/Makefile

Modified: head/x11-wm/i3/Makefile
==============================================================================
--- head/x11-wm/i3/Makefile	Sat Feb 28 15:36:22 2015	(r380148)
+++ head/x11-wm/i3/Makefile	Sat Feb 28 15:38:54 2015	(r380149)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libstartup-notification-1.s
 		libpangocairo-1.0.so:${PORTSDIR}/x11-toolkits/pango \
 		libpcre.so:${PORTSDIR}/devel/pcre \
 		libxcb-cursor.so:${PORTSDIR}/x11/xcb-util-cursor \
-		libxkbcommon.so:${PORTSDOR}/x11/libxkbcommon
+		libxkbcommon.so:${PORTSDIR}/x11/libxkbcommon
 RUN_DEPENDS=	p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
 		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
 		p5-AnyEvent-I3>=0:${PORTSDIR}/devel/p5-AnyEvent-I3



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