summaryrefslogtreecommitdiff
path: root/graphics/glu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/glu/Makefile')
-rw-r--r--graphics/glu/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile
index 83aa7f460cc..c46bb64a361 100644
--- a/graphics/glu/Makefile
+++ b/graphics/glu/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2008/07/27 00:03:42 bjs Exp $
+# $NetBSD: Makefile,v 1.54 2009/06/10 17:33:34 wiz Exp $
PKGNAME= glu-${MESA_PKGVERSION}
+PKGREVISION= 1
COMMENT= GLU polygon tessellation facility for Mesa
CONFLICTS+= Mesa-glx-[0-9]*
@@ -8,6 +9,10 @@ CONFLICTS+= Mesa<3.2.1
MESA_HEADERS= glu.h glu_mangle.h
+PKGCONFIG_OVERRIDE+= src/glu/glu.pc.in
+# no configure stage
+PKGCONFIG_OVERRIDE_STAGE= pre-build
+
.include "../../graphics/Mesa/Makefile.lib"
BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=${MESA_VERSION}
@@ -20,4 +25,6 @@ post-extract:
pre-build:
cd ${WRKSRC} && ${RM} -fr src/glx src/mesa src/glut src/glw progs
+# no configure phase
+.include "../../mk/configure/pkg-config-override.mk"
.include "../../mk/bsd.pkg.mk"