From 8fcac751a3c21d8745cda242279b739bdaf91769 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 10 Jun 2009 17:33:34 +0000 Subject: Fix .pc file. Bump PKGREVISION. --- graphics/glu/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'graphics') 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" -- cgit v1.2.3