diff options
-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 |