diff options
author | minskim <minskim> | 2004-10-29 01:34:39 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-10-29 01:34:39 +0000 |
commit | bb53f6ac5c6b74d5d39bc33d212447714c3280b2 (patch) | |
tree | e99d7b32f7b3cc0f21e57145c463b103b7da4672 /graphics/Mesa/Makefile | |
parent | 14a7740a94d8ef4ee3da755b516248cf8e52728e (diff) | |
download | pkgsrc-bb53f6ac5c6b74d5d39bc33d212447714c3280b2.tar.gz |
Define USE_BUILDLINK3 before including compiler.mk. Otherwise,
buildink3.mk of gcc* packages is not included.
Diffstat (limited to 'graphics/Mesa/Makefile')
-rw-r--r-- | graphics/Mesa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index d985bddeb66..4518a0cd62b 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2004/10/26 13:55:17 adam Exp $ +# $NetBSD: Makefile,v 1.61 2004/10/29 01:34:39 minskim Exp $ PKGNAME= Mesa-${MESA_VERSION} MASTER_SITES= # empty @@ -9,7 +9,6 @@ COMMENT= Graphics library meta package, similar to SGI's OpenGL CONFLICTS= Mesa-glx-[0-9]* -USE_BUILDLINK3= yes USE_LANGUAGES= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes |