summaryrefslogtreecommitdiff
path: root/graphics/MesaDemos
diff options
context:
space:
mode:
authorminskim <minskim>2004-10-29 01:34:39 +0000
committerminskim <minskim>2004-10-29 01:34:39 +0000
commit3bdb6d05cdcc8d5a45f818841d10a7c69a7d407c (patch)
treee99d7b32f7b3cc0f21e57145c463b103b7da4672 /graphics/MesaDemos
parent66571df1e178036e9fab724042c21548978807e1 (diff)
downloadpkgsrc-3bdb6d05cdcc8d5a45f818841d10a7c69a7d407c.tar.gz
Define USE_BUILDLINK3 before including compiler.mk. Otherwise,
buildink3.mk of gcc* packages is not included.
Diffstat (limited to 'graphics/MesaDemos')
-rw-r--r--graphics/MesaDemos/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile
index a0793061af8..b79a3e649d1 100644
--- a/graphics/MesaDemos/Makefile
+++ b/graphics/MesaDemos/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/10/26 13:57:47 adam Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/29 01:34:39 minskim Exp $
PKGNAME= MesaDemos-${MESA_VERSION}
COMMENT= OpenGL examples and Demos
@@ -8,7 +8,6 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
.include "../Mesa/Makefile.common"
-USE_BUILDLINK3= yes
USE_LANGUAGES= c c++
MAKE_FLAGS+= LIB_DEP=""