diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-22 22:33:11 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-01-22 22:33:11 +0000 |
commit | 45bcea7fc24e58a56940ac81810a972d51f52b56 (patch) | |
tree | 59adf499c83c65554883723c74dbacb20a85004a /x11-clocks | |
parent | e751e3ccebeae8f22403eca58f664a27f904cdd9 (diff) |
Fix typo in variable name.
Notes
Notes:
svn path=/head/; revision=490986
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile index 77d30597e00a..6fdd815e4052 100644 --- a/x11-clocks/xfce4-timer-out-plugin/Makefile +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -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 |