svn commit: r380149 - head/x11-wm/i3
Baptiste Daroussin
bapt at FreeBSD.org
Sat Feb 28 15:38:55 UTC 2015
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
More information about the svn-ports-all
mailing list