diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-10 17:33:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-10 17:33:34 +0000 |
commit | b11d9679648fc58f6fd7b951afe4ef7f513646e6 (patch) | |
tree | b13f5e29991f02266921f8c4ee29a45c8d1b1ae3 /graphics | |
parent | c199f2cc1aa8cd03dc3e76e50b7af20d39b9987a (diff) | |
download | pkgsrc-b11d9679648fc58f6fd7b951afe4ef7f513646e6.tar.gz |
Fix .pc file. Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glu/Makefile | 9 |
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" |