summaryrefslogtreecommitdiff
path: root/databases/postgresql84-client
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/postgresql84-client
parent32aca2f711afe5feef17805c1108c3442759d148 (diff)
downloadpkgsrc-80b9eecefdff295eda409cdeebc60e56a9b67578.tar.gz
Unified PostgreSQL client and server options
Diffstat (limited to 'databases/postgresql84-client')
-rw-r--r--databases/postgresql84-client/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile
index a803d26880c..e0bc2b0b43a 100644
--- a/databases/postgresql84-client/Makefile
+++ b/databases/postgresql84-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/10/07 15:53:22 adam Exp $
+# $NetBSD: Makefile,v 1.10 2010/11/03 14:36:40 adam Exp $
PKGNAME= postgresql84-client-${BASE_VERS}
COMMENT= PostgreSQL database client programs
@@ -43,9 +43,6 @@ BUILD_DIRS= ${INSTALL_DIRS}
# Without this, the Darwin build fails (related to -bundle_loader).
BUILD_DIRS+= src/backend
-PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql84-client
-.include "../../databases/postgresql84/options.mk"
-
.for _file_ in pg_service.conf psqlrc
CONF_FILES+= ${PG_DATA_DIR}/${_file_}.sample ${PG_ETC_DIR}/${_file_}
.endfor