summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-05 18:20:15 +0000
committerjlam <jlam@pkgsrc.org>2005-08-05 18:20:15 +0000
commited87597c3e7c682dba7c3d5370a7a6f8d39f8216 (patch)
tree1fb5277d2838889990d2dfaa8c0b7ed429ce55ab /mk
parentb9f6f05cf75ac038ab9ac7f98bb6a21636bdfd22 (diff)
downloadpkgsrc-ed87597c3e7c682dba7c3d5370a7a6f8d39f8216.tar.gz
PGSQL_USE_HIER is actually undefined or yes.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index d60b208c7a7..3373e7ad1db 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.75 2005/08/01 15:39:50 wiz Exp $
+# $NetBSD: mk.conf,v 1.76 2005/08/05 18:20:15 jlam Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1479,12 +1479,12 @@ PGHOME?= ${PREFIX}/${PGUSER}
# Possible: any valid location
# Default: ${PREFIX}/${PGUSER}
-PGSQL_USE_HIER?= no
+#PGSQL_USE_HIER?= yes
# Add support for hierarchical queries with Oracle like CONNECT BY syntax
# to the PostgreSQL 7.4 package.
# See http://gppl.moonbone.ru/README.html for details.
-# Possible: yes, no
-# Default: no
+# Possible: undefined, yes
+# Default: undefined
#PG_MB_ENCODING= SQL_ASCII
# Used to postgresql package to define the language encoding of the