Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2019 22:33:12 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490986 - head/x11-clocks/xfce4-timer-out-plugin
Message-ID:  <201901222233.x0MMXCNU006284@repo.freebsd.org>

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



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