diff options
author | tron <tron@pkgsrc.org> | 2013-01-13 13:21:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-01-13 13:21:18 +0000 |
commit | 966183b6cee6d98c504ff09af674fc5a89546ddc (patch) | |
tree | 1ea16e5a55852b9277ea08d6558bb32f677e9044 /mail/milter-greylist | |
parent | a59381f2e2f6136511a57ccd6045db36e652b6b5 (diff) | |
download | pkgsrc-966183b6cee6d98c504ff09af674fc5a89546ddc.tar.gz |
Simplify code to select BDB version. "db1" gets excluded on Solaris 11
automatically anyway. This finally fixes PR pkg/47420 by Richard Palo.
Diffstat (limited to 'mail/milter-greylist')
-rw-r--r-- | mail/milter-greylist/options.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/milter-greylist/options.mk b/mail/milter-greylist/options.mk index 5c66a829434..b79f94f2c3d 100644 --- a/mail/milter-greylist/options.mk +++ b/mail/milter-greylist/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2013/01/12 15:58:53 tron Exp $ +# $NetBSD: options.mk,v 1.11 2013/01/13 13:21:18 tron Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.milter-greylist PKG_OPTIONS_REQUIRED_GROUPS= mta @@ -34,11 +34,6 @@ DRACD_DB?= /etc/mail/dracd.db CONFIGURE_ARGS+= --enable-drac --with-drac-db=${DRACD_DB} -USE_DB185= yes -. if ${OPSYS} == "SunOS" -BDB_ACCEPTED= db2 db3 db4 db5 -BDB185_DEFAULT= ${BDB_DEFAULT} -. endif . include "../../mk/bdb.buildlink3.mk" . if ${BDB_TYPE} != "db1" CPPFLAGS+= -DUSE_DB185_EMULATION |