diff options
author | jlam <jlam@pkgsrc.org> | 2006-08-01 21:40:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-08-01 21:40:19 +0000 |
commit | 396fe8e4c88f5a952574e3118cfdc3932d0bc247 (patch) | |
tree | 73431f86ad963ea226431316d9e99d95b7beb0c3 /graphics/MesaLib | |
parent | 74239163b54830b0c5ea219978322486b1ab12bb (diff) | |
download | pkgsrc-396fe8e4c88f5a952574e3118cfdc3932d0bc247.tar.gz |
Split Mesa/Makefile.common into Makefile.common and Makefile.lib.
The latter is used by packages that build libraries from the Mesa
sources, while the former is only if the package builds from the Mesa
sources. Modify the various Mesa packages to include the proper
Makefile, and add some documentation to the Makefiles.
As a side effect, this suppresses the "duplicate target" warning in
graphics/glx-utils that was caused by having the same distfile listed
in DISTFILES more than once.
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r-- | graphics/MesaLib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index a110687bacc..c04dbed36a3 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.49 2006/07/21 14:27:56 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2006/08/01 21:40:20 jlam Exp $ PKGNAME= MesaLib-${MESA_VERSION} PKGREVISION= 2 COMMENT= Graphics library similar to SGI's OpenGL -.include "../../graphics/Mesa/Makefile.common" +.include "../../graphics/Mesa/Makefile.lib" INSTLIBS= ${WRKSRC}/src/mesa/libGL.la \ ${WRKSRC}/src/glw/libGLw.la \ |