summaryrefslogtreecommitdiff
path: root/mail/dbmail
diff options
context:
space:
mode:
authorfhajny <fhajny>2014-02-13 11:39:05 +0000
committerfhajny <fhajny>2014-02-13 11:39:05 +0000
commitd72b91e634dcde14878149b75aa66d06f4acbbbd (patch)
tree04e3eeaceba40aba4e94b10c57eca19d0cc5a4f1 /mail/dbmail
parenta771f6cb0b733e2de299860d59dd094c79f3c817 (diff)
downloadpkgsrc-d72b91e634dcde14878149b75aa66d06f4acbbbd.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/dbmail')
-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"