diff options
author | dillo <dillo> | 2005-05-31 10:01:36 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-05-31 10:01:36 +0000 |
commit | 3d75323aa5391188ab027b2688faacf8286ace0c (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /mail/dbmail | |
parent | 12f654f60a47071640b457d59c5edb54b8757615 (diff) | |
download | pkgsrc-3d75323aa5391188ab027b2688faacf8286ace0c.tar.gz |
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
Diffstat (limited to 'mail/dbmail')
-rw-r--r-- | mail/dbmail/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dbmail/options.mk b/mail/dbmail/options.mk index 4ed39b12935..428ee126c8b 100644 --- a/mail/dbmail/options.mk +++ b/mail/dbmail/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.1.1.1 2005/01/09 03:21:07 schmonz Exp $ - -PKG_DEFAULT_OPTIONS+= mysql +# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:37 dillo Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dbmail PKG_SUPPORTED_OPTIONS= mysql pgsql +PKG_SUGGESTED_OPTIONS= mysql + .include "../../mk/bsd.options.mk" ### |