blob: 3e984a4da42ac254d32137d59b96ad5994a6c73e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile.plugin,v 1.2 2017/10/12 10:34:28 adam Exp $
#
# used by mail/dovecot2-gssapi/Makefile
# used by mail/dovecot2-ldap/Makefile
# used by mail/dovecot2-mysql/Makefile
# used by mail/dovecot2-pgsql/Makefile
# used by mail/dovecot2-sqlite/Makefile
.include "../../mail/dovecot2/Makefile.common"
DEPENDS+= dovecot>=${PKGVERSION_NOREV}{nb*,}:../../mail/dovecot2
|