From 9b9aa3b2a8c3c546224c727cd3731aae95c6fb47 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sat, 5 Jan 2019 18:04:57 +0000 Subject: [PATCH] Missing dependency on devel/p5-File-HomeDir. --- mail/grepmail/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 73b6b2127e3..ea34cf05f74 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2019/01/03 18:10:59 giovanni Exp $ +# $OpenBSD: Makefile,v 1.22 2019/01/05 18:04:57 ajacoutot Exp $ COMMENT= search mailboxes for a particular email DISTNAME= grepmail-5.3111 PKGNAME= ${DISTNAME} CATEGORIES= mail perl5 +REVISION= 0 # GPL PERMIT_PACKAGE_CDROM= Yes @@ -12,7 +13,8 @@ PERMIT_PACKAGE_CDROM= Yes MODULES= cpan CPAN_AUTHOR= DCOPPIT -RUN_DEPENDS= devel/p5-Time-TimeDate \ +RUN_DEPENDS= devel/p5-File-HomeDir \ + devel/p5-Time-TimeDate \ converters/p5-DateManip \ mail/p5-Mail-Mbox-MessageParser BUILD_DEPENDS= ${RUN_DEPENDS} \