summaryrefslogtreecommitdiff
path: root/databases/tcl-postgresql74/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/tcl-postgresql74/Makefile')
-rw-r--r--databases/tcl-postgresql74/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tcl-postgresql74/Makefile b/databases/tcl-postgresql74/Makefile
index f447de14ae8..154db1a7525 100644
--- a/databases/tcl-postgresql74/Makefile
+++ b/databases/tcl-postgresql74/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:01 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/05 23:55:05 rillig Exp $
PKGNAME= tcl-postgresql74-${BASE_VERS}
COMMENT= Tcl interface to PostgreSQL
.include "../../databases/postgresql74/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}