diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-17 22:39:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-18 09:10:38 +0200 |
commit | f6339ffd077ded64b82908dab99f0d201bc360c0 (patch) | |
tree | 70bb4c0511e0bf3f4d9673aa3a986fc4e50db7f8 /package/esmtp | |
parent | 54439e12c6e846d39be7895463b2b07d80aef780 (diff) |
openssl not required here, will be added by libesmtp
Diffstat (limited to 'package/esmtp')
-rw-r--r-- | package/esmtp/Makefile | 8 |
1 files 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 |