diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-06 11:25:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-06 11:25:54 +0000 |
commit | b28fb5fdd73d12e7b1b32965e990221c8519397d (patch) | |
tree | 3affd0131cb9d3c6d8f466b785c9261328fd1124 /graphics/Mesa | |
parent | f9e5792fb58eb8f1164e6efdd9c6cbc5d2cd8d5e (diff) | |
download | pkgsrc-b28fb5fdd73d12e7b1b32965e990221c8519397d.tar.gz |
Switch to modular buildlinks.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index 35e6c9530ed..c9ec61a5c2d 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.53 2006/10/09 12:52:35 joerg Exp $ +# $NetBSD: Makefile.common,v 1.54 2006/11/06 11:25:54 joerg Exp $ # # This Makefile fragment is included either directly or indirectly (through # Makefile.lib) by all packages that are built from the Mesa sources. @@ -28,4 +28,7 @@ BUILDING_MESA= yes NO_CONFIGURE= yes DIST_SUBDIR= Mesa-${MESA_VERSION} -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" |