summaryrefslogtreecommitdiff
path: root/graphics/cal3d-examples
diff options
context:
space:
mode:
authorobache <obache>2009-01-24 08:33:26 +0000
committerobache <obache>2009-01-24 08:33:26 +0000
commit3f85d2a6c3f831e69454dd5b493c7250f771d25d (patch)
tree86075f6bed9f1b3c592d9b4dad76206ee20d5093 /graphics/cal3d-examples
parent256c794d47aa21f684500f95f8dcf06036e7072a (diff)
downloadpkgsrc-3f85d2a6c3f831e69454dd5b493c7250f771d25d.tar.gz
Use BUILDLINK_PREFIX.glut instead of PREFIX for builtin glut, a part of PR 40457.
Diffstat (limited to 'graphics/cal3d-examples')
-rw-r--r--graphics/cal3d-examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cal3d-examples/Makefile b/graphics/cal3d-examples/Makefile
index eece886c023..78385ae759b 100644
--- a/graphics/cal3d-examples/Makefile
+++ b/graphics/cal3d-examples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2008/05/26 02:13:20 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2009/01/24 08:33:26 obache Exp $
#
PKGNAME= cal3d-examples-${CAL3D_VERSION}
@@ -14,7 +14,7 @@ COMMENT= Tools and demos for cal3d library
USE_TOOLS+= automake pax
CONFIGURE_ARGS+= --with-cal3d=${PREFIX:Q}
-CONFIGURE_ARGS+= --with-glut=${PREFIX:Q}
+CONFIGURE_ARGS+= --with-glut=${BUILDLINK_PREFIX.glut:Q}
CONFIGURE_DIRS= ${WRKSRC}/examples/cally \
${WRKSRC}/examples/miniviewer_gl \
${WRKSRC}/tools/converter