summaryrefslogtreecommitdiff
path: root/databases/postgresql83
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-11-03 14:36:39 +0000
committeradam <adam@pkgsrc.org>2010-11-03 14:36:39 +0000
commit80b9eecefdff295eda409cdeebc60e56a9b67578 (patch)
tree707f9ff2d0590c7ac9a19339831fccb352a4b68b /databases/postgresql83
parent32aca2f711afe5feef17805c1108c3442759d148 (diff)
downloadpkgsrc-80b9eecefdff295eda409cdeebc60e56a9b67578.tar.gz
Unified PostgreSQL client and server options
Diffstat (limited to 'databases/postgresql83')
-rw-r--r--databases/postgresql83/Makefile.common3
-rw-r--r--databases/postgresql83/options.mk5
2 files changed, 5 insertions, 3 deletions
diff --git a/databases/postgresql83/Makefile.common b/databases/postgresql83/Makefile.common
index d24ae4d809d..15ec4dd1709 100644
--- a/databases/postgresql83/Makefile.common
+++ b/databases/postgresql83/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2010/10/07 15:52:40 adam Exp $
+# $NetBSD: Makefile.common,v 1.14 2010/11/03 14:36:39 adam Exp $
#
# used by databases/postgresql83-adminpack/Makefile
# used by databases/postgresql83-client/Makefile
@@ -17,6 +17,7 @@
# postgresql-<lang> server-side module for PostgreSQL backend
.include "../../databases/postgresql83/Makefile.mirrors"
+.include "../../databases/postgresql83/options.mk"
DISTNAME?= postgresql-${DIST_VERS}
CATEGORIES+= databases
diff --git a/databases/postgresql83/options.mk b/databases/postgresql83/options.mk
index 78fbdb4ed92..dc24ad3f30b 100644
--- a/databases/postgresql83/options.mk
+++ b/databases/postgresql83/options.mk
@@ -1,6 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2010/01/22 20:12:11 adam Exp $
+# $NetBSD: options.mk,v 1.4 2010/11/03 14:36:39 adam Exp $
-PKG_SUPPORTED_OPTIONS+= # empty
+PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql83
+PKG_SUPPORTED_OPTIONS= gssapi krb5 ldap pam
.include "../../mk/bsd.options.mk"