summaryrefslogtreecommitdiff
path: root/databases/postgresql90-client
diff options
context:
space:
mode:
authoradam <adam>2010-11-03 14:36:39 +0000
committeradam <adam>2010-11-03 14:36:39 +0000
commit79b4ccd2dcaf906348db40a3f916335c94c83b33 (patch)
tree707f9ff2d0590c7ac9a19339831fccb352a4b68b /databases/postgresql90-client
parent9c2ae22758f78f8e86004f3f6b69bba42bf07b82 (diff)
downloadpkgsrc-79b4ccd2dcaf906348db40a3f916335c94c83b33.tar.gz
Unified PostgreSQL client and server options
Diffstat (limited to 'databases/postgresql90-client')
-rw-r--r--databases/postgresql90-client/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql90-client/Makefile b/databases/postgresql90-client/Makefile
index f904dc85dc0..6e3616feee7 100644
--- a/databases/postgresql90-client/Makefile
+++ b/databases/postgresql90-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/09/21 07:52:41 adam Exp $
+# $NetBSD: Makefile,v 1.2 2010/11/03 14:36:41 adam Exp $
PKGNAME= postgresql90-client-${BASE_VERS}
COMMENT= PostgreSQL database client programs
@@ -42,9 +42,6 @@ BUILD_DIRS= ${INSTALL_DIRS}
# Without this, the Darwin build fails (related to -bundle_loader).
BUILD_DIRS+= src/backend
-PKG_OPTIONS_VAR= PKG_OPTIONS.postgresql90-client
-.include "../../databases/postgresql90/options.mk"
-
.for _file_ in pg_service.conf psqlrc
CONF_FILES+= ${PG_DATA_DIR}/${_file_}.sample ${PG_ETC_DIR}/${_file_}
.endfor