diff options
author | joerg <joerg> | 2006-11-06 11:25:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-06 11:25:54 +0000 |
commit | 82fdbf3396832a3b5d9e09be94859960fae94fef (patch) | |
tree | 3affd0131cb9d3c6d8f466b785c9261328fd1124 /graphics/Mesa | |
parent | fbc5c69791c36a40033987c1e734602393fb7650 (diff) | |
download | pkgsrc-82fdbf3396832a3b5d9e09be94859960fae94fef.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" |