From f12162388db98ca8f94c7c7efac7d02ad48f24bc Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 9 Nov 2018 09:48:26 +0100 Subject: [PATCH] msmtp: Fix typo Fix typo in msmtp Makefile PACAKGE -> PACKAGE Signed-off-by: Yannick Chabanois --- mail/msmtp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 83c02f3102..6bc23912c1 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -74,7 +74,7 @@ endef define Package/msmtp-mta $(call Package/msmtp/Default) TITLE+= (as MTA) - DEPENDS+=@(PACKAGE_msmtp||PACAKGE_msmtp-nossl) + DEPENDS+=@(PACKAGE_msmtp||PACKAGE_msmtp-nossl) endef define Package/msmtp-mta/description -- 2.30.2