summaryrefslogtreecommitdiff
path: root/chat/jabberd2
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2005-05-31 10:01:36 +0000
committerdillo <dillo@pkgsrc.org>2005-05-31 10:01:36 +0000
commitf81ae835adc78533f22ce227d12d3f56e6076f1a (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /chat/jabberd2
parent79084c0d28dd7c904bebb1b7d09f66fa505cfc47 (diff)
downloadpkgsrc-f81ae835adc78533f22ce227d12d3f56e6076f1a.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 'chat/jabberd2')
-rw-r--r--chat/jabberd2/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/jabberd2/options.mk b/chat/jabberd2/options.mk
index 18bafc54a3b..a95a5341294 100644
--- a/chat/jabberd2/options.mk
+++ b/chat/jabberd2/options.mk
@@ -1,9 +1,10 @@
-# $NetBSD: options.mk,v 1.7 2005/05/24 21:02:53 xtraeme Exp $
+# $NetBSD: options.mk,v 1.8 2005/05/31 10:01:36 dillo Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd2
PKG_SUPPORTED_OPTIONS= db mysql pgsql ldap PAM
-PKG_DEFAULT_OPTIONS= mysql
+PKG_SUGGESTED_OPTIONS= mysql
+
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmysql) && !empty(PKG_OPTIONS:Mpgsql)