summaryrefslogtreecommitdiff
path: root/graphics/php-gd
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 /graphics/php-gd
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'graphics/php-gd')
-rw-r--r--graphics/php-gd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/php-gd/Makefile b/graphics/php-gd/Makefile
index 7dfc77bcbdb..d46fb2a8883 100644
--- a/graphics/php-gd/Makefile
+++ b/graphics/php-gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 20:50:22 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/05 23:55:09 rillig Exp $
MODNAME= gd
CATEGORIES+= graphics
@@ -9,10 +9,10 @@ COMMENT= PHP extension for GD graphics library
# PHP, such as CLI/CGI version or ap-php on Apache 1.x.
CONFIGURE_ARGS+= --with-${MODNAME}
-CONFIGURE_ARGS+= --with-jpeg-dir=${BUILDLINK_DIR}
-CONFIGURE_ARGS+= --with-png-dir=${BUILDLINK_DIR}
-CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_DIR}
-CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-jpeg-dir=${BUILDLINK_DIR:Q}
+CONFIGURE_ARGS+= --with-png-dir=${BUILDLINK_DIR:Q}
+CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_DIR:Q}
+CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_DIR:Q}
CONFIGURE_ARGS+= --enable-${MODNAME}-native-ttf
CONFIGURE_ARGS+= --enable-${MODNAME}-jis-conv
CONFIGURE_ARGS+= --without-t1lib