From f6339ffd077ded64b82908dab99f0d201bc360c0 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Tue, 17 Jun 2014 22:39:39 +0200
Subject: openssl not required here, will be added by libesmtp

---
 package/esmtp/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/esmtp/Makefile b/package/esmtp/Makefile
index 62f18f75a..371edd362 100644
--- a/package/esmtp/Makefile
+++ b/package/esmtp/Makefile
@@ -3,17 +3,17 @@
 
 include $(TOPDIR)/rules.mk
 
-# always use tab spaces as separator, no spaces
 PKG_NAME:=		esmtp
 PKG_VERSION:=		1.2
 PKG_RELEASE:=		1
 PKG_MD5SUM:=		79a9c1f9023d53f35bb82bf446150a72
-PKG_DESCR:=		relay-only Mail Transfer Agent (MTA)
+PKG_DESCR:=		relay-only mail transfer agent
 PKG_SECTION:=		net/mail
-PKG_DEPENDS:=		libesmtp openssl flex
-PKG_BUILDDEP:=		libesmtp openssl flex
+PKG_DEPENDS:=		libesmtp flex
+PKG_BUILDDEP:=		libesmtp flex
 PKG_URL:=		http://esmtp.sourceforge.net/
 PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=esmtp/}
+
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.bz2
 
 include $(TOPDIR)/mk/package.mk
-- 
cgit v1.2.3