pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

multimail: add DEPENDS on zip and unzip.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Mon Aug 19 12:42:05 2019 +0200
Changeset:	1f0a6fce28dabc5c712e6ee126bd8b29820e507e

Modified Files:
	multimail/Makefile

Log Message:
multimail: add DEPENDS on zip and unzip.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1f0a6fce28dabc5c712e6ee126bd8b29820e507e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 multimail/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/multimail/Makefile b/multimail/Makefile
index da2e59bad0..0255bf43be 100644
--- a/multimail/Makefile
+++ b/multimail/Makefile
@@ -9,6 +9,9 @@ HOMEPAGE=	https://multimail.sourceforge.io/
 COMMENT=	Offline mail reader for Blue Wave, QWK, OMEN, SOUP and OPX
 LICENSE=	gnu-gpl-v3
 
+DEPENDS+=	zip-[0-9]*:../../archivers/zip
+DEPENDS+=	unzip-[0-9]*:../../archivers/unzip
+
 USE_LANGUAGES=	c++
 USE_TOOLS+=	gmake
 


Home | Main Index | Thread Index | Old Index