summaryrefslogtreecommitdiff
path: root/databases/postgresql73-pltcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql73-pltcl/Makefile')
-rw-r--r--databases/postgresql73-pltcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-pltcl/Makefile b/databases/postgresql73-pltcl/Makefile
index 6423c668d53..6cc3da137dc 100644
--- a/databases/postgresql73-pltcl/Makefile
+++ b/databases/postgresql73-pltcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/12/05 20:49:59 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2005/12/05 23:55:04 rillig Exp $
PKGNAME= postgresql73-pltcl-${BASE_VERS}
COMMENT= PL/Tcl procedural language for the PostgreSQL backend
@@ -8,7 +8,7 @@ DEPENDS+= postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server
.include "../../databases/postgresql73/Makefile.common"
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --with-tcl
CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
CONFIGURE_ENV+= TCLSH=${TCLSH:Q}