pkgsrc-WIP-changes archive

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

mhpgp: Add dependency to nmh



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri May 31 19:07:59 2019 +0200
Changeset:	59b4fc4860a9b485e4ec22d28262fd0de5fd7f23

Modified Files:
	mhpgp/Makefile

Log Message:
mhpgp: Add dependency to nmh

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

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

diffstat:
 mhpgp/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/mhpgp/Makefile b/mhpgp/Makefile
index ecdd051844..4d5dc2a854 100644
--- a/mhpgp/Makefile
+++ b/mhpgp/Makefile
@@ -12,6 +12,7 @@ COMMENT=	MH scripts to assist PGP operations on emails
 LICENSE=	public-domain
 
 DEPENDS+=	gnupg2-[0-9]*:../../security/gnupg2
+DEPENDS+=	nmh-[0-9]*:../../mail/nmh
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index