summaryrefslogtreecommitdiff
path: root/databases/unixodbc-ODBCConfig
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /databases/unixodbc-ODBCConfig
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'databases/unixodbc-ODBCConfig')
-rw-r--r--databases/unixodbc-ODBCConfig/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/unixodbc-ODBCConfig/Makefile b/databases/unixodbc-ODBCConfig/Makefile
index 9257d228575..f10b9e8cb6c 100644
--- a/databases/unixodbc-ODBCConfig/Makefile
+++ b/databases/unixodbc-ODBCConfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:01 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/05 23:55:05 rillig Exp $
PKGNAME= unixodbc-ODBCConfig-${ODBC_BASE_VERS}
PKGREVISION= 4
@@ -7,9 +7,9 @@ COMMENT= GUI tool for unixODBC driver configuration
.include "../../databases/unixodbc/Makefile.common"
CONFIGURE_ARGS+= --enable-gui
-CONFIGURE_ARGS+= --with-qt-dir="${QTDIR}"
-CONFIGURE_ARGS+= --with-extra-includes="${_EXTRA_INCLUDES}"
-CONFIGURE_ARGS+= --with-extra-libs="${_EXTRA_LIBS}"
+CONFIGURE_ARGS+= --with-qt-dir=${QTDIR:Q}
+CONFIGURE_ARGS+= --with-extra-includes=${_EXTRA_INCLUDES:Q}
+CONFIGURE_ARGS+= --with-extra-libs=${_EXTRA_LIBS:Q}
CONFIGURE_ARGS+= --disable-rpath
CONFIGURE_ENV+= UIC="${QTDIR}/bin/uic"