summaryrefslogtreecommitdiff
path: root/databases/postgresql73-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql73-client/Makefile')
-rw-r--r--databases/postgresql73-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-client/Makefile b/databases/postgresql73-client/Makefile
index a127b177f79..113eabbab32 100644
--- a/databases/postgresql73-client/Makefile
+++ b/databases/postgresql73-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/12/05 20:49:58 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/05 23:55:04 rillig Exp $
PKGNAME= postgresql73-client-${BASE_VERS}
SVR4_PKGNAME= pstgc
@@ -7,7 +7,7 @@ COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql73/Makefile.common"
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-zlib
CONFIGURE_ARGS+= --with-readline
MAKE_ENV+= INSTALLED_LIBPQ=1