summaryrefslogtreecommitdiff
path: root/mail/turba
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
commit9c435d97cc677d79b74e5e372fd22ec4b57a0a65 (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /mail/turba
parent6dd27214ac3a362082f3cc1b2ef37b2add1db468 (diff)
downloadpkgsrc-9c435d97cc677d79b74e5e372fd22ec4b57a0a65.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/turba')
-rw-r--r--mail/turba/options.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/turba/options.mk b/mail/turba/options.mk
index d26d7d78050..d618651cc1d 100644
--- a/mail/turba/options.mk
+++ b/mail/turba/options.mk
@@ -1,11 +1,8 @@
-# $NetBSD: options.mk,v 1.1.1.1 2005/03/25 13:21:43 adrianp Exp $
+# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:38 dillo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.turba
PKG_SUPPORTED_OPTIONS= ldap mysql
-
-.if !defined(PKG_OPTIONS.turba)
-PKG_DEFAULT_OPTIONS+= ldap
-.endif
+PKG_SUGGESTED_OPTIONS= ldap
.include "../../mk/bsd.options.mk"