diff options
author | adam <adam@pkgsrc.org> | 2010-11-03 14:36:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-03 14:36:39 +0000 |
commit | 80b9eecefdff295eda409cdeebc60e56a9b67578 (patch) | |
tree | 707f9ff2d0590c7ac9a19339831fccb352a4b68b /databases/postgresql90 | |
parent | 32aca2f711afe5feef17805c1108c3442759d148 (diff) | |
download | pkgsrc-80b9eecefdff295eda409cdeebc60e56a9b67578.tar.gz |
Unified PostgreSQL client and server options
Diffstat (limited to 'databases/postgresql90')
-rw-r--r-- | databases/postgresql90/Makefile.common | 3 | ||||
-rw-r--r-- | databases/postgresql90/options.mk | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index dafc0dbd50c..c677a29e61e 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2010/10/07 15:53:54 adam Exp $ +# $NetBSD: Makefile.common,v 1.3 2010/11/03 14:36:41 adam Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile @@ -20,6 +20,7 @@ # postgresql-<lang> server-side module for PostgreSQL backend .include "../../databases/postgresql90/Makefile.mirrors" +.include "../../databases/postgresql90/options.mk" DISTNAME?= postgresql-${DIST_VERS} CATEGORIES+= databases diff --git a/databases/postgresql90/options.mk b/databases/postgresql90/options.mk index e5625508fb4..b6e66c7c2a8 100644 --- a/databases/postgresql90/options.mk +++ b/databases/postgresql90/options.mk @@ -1,6 +1,7 @@ -# $NetBSD: options.mk,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $ +# $NetBSD: options.mk,v 1.2 2010/11/03 14:36:41 adam Exp $ -PKG_SUPPORTED_OPTIONS+= # empty +PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql90 +PKG_SUPPORTED_OPTIONS= gssapi krb5 ldap pam .include "../../mk/bsd.options.mk" |