summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-05-12 13:56:28 +0000
committerjperkin <jperkin@pkgsrc.org>2022-05-12 13:56:28 +0000
commite83e104515fde6004a8c02cd8ea6cb5f5c994332 (patch)
tree0c6a49148ca84a4495a614d22eff4a6c6c3409ba
parent541b8da981dd6d89c5d0e0b57712523da9cfb489 (diff)
downloadpkgsrc-e83e104515fde6004a8c02cd8ea6cb5f5c994332.tar.gz
opendmarc: Remove leak from pbulkmulti patch.
-rw-r--r--mail/opendmarc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile
index db9fbd4ccce..52a3b2e5bdd 100644
--- a/mail/opendmarc/Makefile
+++ b/mail/opendmarc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2022/05/12 13:49:28 jperkin Exp $
+# $NetBSD: Makefile,v 1.28 2022/05/12 13:56:28 jperkin Exp $
DISTNAME= rel-${PKGNAME:C/\./-/g}
PKGNAME= opendmarc-1.4.2
@@ -13,7 +13,7 @@ COMMENT= Open source DMARC library, MTA filter implementation and tools
LICENSE= modified-bsd
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
-DEPENDS+= p5-DBD-{mariadb,mysql,percona}*-[0-9]*:../../databases/p5-DBD-mysql
+DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
DEPENDS+= p5-Switch-[0-9]*:../../lang/p5-Switch
DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message