diff options
author | obache <obache@pkgsrc.org> | 2009-01-24 08:33:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-24 08:33:26 +0000 |
commit | 60bf974c5d1481e465baf584423c6133241f1e9f (patch) | |
tree | 86075f6bed9f1b3c592d9b4dad76206ee20d5093 /graphics/cal3d-examples | |
parent | 04e8d5097d89828ab36456ddfd5aed6b4ba59146 (diff) | |
download | pkgsrc-60bf974c5d1481e465baf584423c6133241f1e9f.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/Makefile | 4 |
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 |