summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2014-02-13 11:39:05 +0000
committerfhajny <fhajny@pkgsrc.org>2014-02-13 11:39:05 +0000
commitfaa64d370cc04bdc7c3d0f35871349091b104755 (patch)
tree04e3eeaceba40aba4e94b10c57eca19d0cc5a4f1 /mail
parentbf4ebf710471f6874932e6786b2d4a0c93aed91e (diff)
downloadpkgsrc-faa64d370cc04bdc7c3d0f35871349091b104755.tar.gz
The database backends are not mutually exclusive. For the sake of binary
packages, use PKG_OPTIONS_NONEMPTY_SETS instead. Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r--mail/dbmail/Makefile4
-rw-r--r--mail/dbmail/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile
index dedd2de21d4..00ecd097a23 100644
--- a/mail/dbmail/Makefile
+++ b/mail/dbmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2014/02/12 23:18:06 tron Exp $
+# $NetBSD: Makefile,v 1.43 2014/02/13 11:39:05 fhajny Exp $
DISTNAME= dbmail-2.2.17
-PKGREVISION= 16
+PKGREVISION= 17
CATEGORIES= mail
MASTER_SITES= http://www.dbmail.org/download/2.2/
diff --git a/mail/dbmail/options.mk b/mail/dbmail/options.mk
index 1119d99e675..be6e54a4067 100644
--- a/mail/dbmail/options.mk
+++ b/mail/dbmail/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.9 2010/01/23 04:45:20 obache Exp $
+# $NetBSD: options.mk,v 1.10 2014/02/13 11:39:05 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dbmail
PKG_SUPPORTED_OPTIONS= ldap sieve
-PKG_OPTIONS_REQUIRED_GROUPS= sql
-PKG_OPTIONS_GROUP.sql= mysql pgsql sqlite
+PKG_OPTIONS_NONEMPTY_SETS= sql
+PKG_OPTIONS_SET.sql= mysql pgsql sqlite
PKG_SUGGESTED_OPTIONS= mysql sieve
.include "../../mk/bsd.options.mk"