svn commit: r490986 - head/x11-clocks/xfce4-timer-out-plugin

Guido Falsi madpilot at FreeBSD.org
Tue Jan 22 22:33:13 UTC 2019


Author: madpilot
Date: Tue Jan 22 22:33:11 2019
New Revision: 490986
URL: https://svnweb.freebsd.org/changeset/ports/490986

Log:
  Fix typo in variable name.

Modified:
  head/x11-clocks/xfce4-timer-out-plugin/Makefile

Modified: head/x11-clocks/xfce4-timer-out-plugin/Makefile
==============================================================================
--- head/x11-clocks/xfce4-timer-out-plugin/Makefile	Tue Jan 22 22:20:45 2019	(r490985)
+++ head/x11-clocks/xfce4-timer-out-plugin/Makefile	Tue Jan 22 22:33:11 2019	(r490986)
@@ -13,7 +13,7 @@ COMMENT=	Timer out plugin for Xfce
 
 LICENSE=	GPLv2
 
-LIB_DEPNDS=	libfontconfig.so:x11-fonts/fontconfig \
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
 USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce


More information about the svn-ports-head mailing list