![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / mail / spamprobe / options.mk (download)
Revision 1.2, Mon Dec 5 23:55:11 2005 UTC (17 years, 1 month ago) by rillig
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. |
# $NetBSD: options.mk,v 1.2 2005/12/05 23:55:11 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.spamprobe PKG_SUPPORTED_OPTIONS= bdb PKG_SUGGESTED_OPTIONS= bdb .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mbdb) BDB_ACCEPTED= db4 # db3 db2 (not tested) .include "../../mk/bdb.buildlink3.mk" CONFIGURE_ARGS+= --with-db=${BDBBASE:Q} .endif