From ca6399ce0abd07b17b7d854f2112952eed3f93c6 Mon Sep 17 00:00:00 2001 From: fhajny Date: Thu, 26 May 2016 00:51:05 +0000 Subject: Add tool dependencies needed by the update_sqlgrey_config script. Bump PKGREVISION. --- mail/sqlgrey/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile index 264a2ac3741..55fb26cb0fd 100644 --- a/mail/sqlgrey/Makefile +++ b/mail/sqlgrey/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2016/05/25 21:39:44 fhajny Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/26 00:51:05 fhajny Exp $ DISTNAME= sqlgrey-1.8.0 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqlgrey/} @@ -14,6 +15,10 @@ USE_TOOLS+= perl:run DEPENDS+= p5-Net-Server>=0.87:../../net/p5-Net-Server DEPENDS+= p5-IO-Multiplex>=1:../../devel/p5-IO-Multiplex +# update_sqlgrey_config relies on diff, md5sum and wget +USE_TOOLS+= diff:run wget:run +DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils + .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= VARBASE SQLGREY_DIR SQLGREY_PIDDIR -- cgit v1.2.3