summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gdal-lib/options.mk')
-rw-r--r--geography/gdal-lib/options.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/geography/gdal-lib/options.mk b/geography/gdal-lib/options.mk
index 091ddda8ee2..16568f94311 100644
--- a/geography/gdal-lib/options.mk
+++ b/geography/gdal-lib/options.mk
@@ -1,8 +1,15 @@
-# $NetBSD: options.mk,v 1.2 2010/08/27 11:14:23 adam Exp $
+# $NetBSD: options.mk,v 1.3 2014/09/13 00:57:00 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gdal-lib
+
+# Note that these are not a mutually-exclusive group.
PKG_SUPPORTED_OPTIONS= pgsql mysql sqlite
-PKG_SUGGESTED_OPTIONS= pgsql
+# By default, omit database support, because there isn't an
+# articulated use case and dependency management becomes very painful.
+# For example, depending on pgsql fixes a version, but doesn't put it
+# in the name, and then building postgis fails for all but that one
+# chosen version.
+PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"