summaryrefslogtreecommitdiff
path: root/graphics/cal3d-examples
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /graphics/cal3d-examples
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'graphics/cal3d-examples')
-rw-r--r--graphics/cal3d-examples/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cal3d-examples/Makefile b/graphics/cal3d-examples/Makefile
index cc48e0f744e..802163211a7 100644
--- a/graphics/cal3d-examples/Makefile
+++ b/graphics/cal3d-examples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/07/18 01:31:54 kristerw Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/05 23:55:07 rillig Exp $
#
PKGNAME= cal3d-examples-${CAL3D_VERSION}
@@ -13,8 +13,8 @@ COMMENT= Tools and demos for cal3d library
USE_TOOLS+= automake
-CONFIGURE_ARGS+= --with-cal3d=${PREFIX}
-CONFIGURE_ARGS+= --with-glut=${PREFIX}
+CONFIGURE_ARGS+= --with-cal3d=${PREFIX:Q}
+CONFIGURE_ARGS+= --with-glut=${PREFIX:Q}
CONFIGURE_DIRS= ${WRKSRC}/examples/cally \
${WRKSRC}/examples/miniviewer_gl \
${WRKSRC}/tools/converter