summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 10:01:36 +0000
committerdillo <dillo>2005-05-31 10:01:36 +0000
commit3d75323aa5391188ab027b2688faacf8286ace0c (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /sysutils
parent12f654f60a47071640b457d59c5edb54b8757615 (diff)
downloadpkgsrc-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 'sysutils')
-rw-r--r--sysutils/bacula/Makefile.options4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula/Makefile.options b/sysutils/bacula/Makefile.options
index c7daa917e49..9e9a7a5f708 100644
--- a/sysutils/bacula/Makefile.options
+++ b/sysutils/bacula/Makefile.options
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.options,v 1.1.1.1 2004/11/06 16:17:38 mjl Exp $
+# $NetBSD: Makefile.options,v 1.2 2005/05/31 10:01:39 dillo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bacula
PKG_SUPPORTED_OPTIONS= catalog-sqlite catalog-pgsql
-PKG_DEFAULT_OPTIONS?= catalog-sqlite
+PKG_SUGGESTED_OPTIONS= catalog-sqlite
.include "../../mk/bsd.options.mk"