summaryrefslogtreecommitdiff
path: root/graphics/MesaDemos/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-08-26 01:43:48 +0000
committerjschauma <jschauma>2003-08-26 01:43:48 +0000
commit25e3b096b85f6d1add11a3b32c5320b263251a24 (patch)
treef140f06de4c7c70760a39202e8a58d32c2b1d16a /graphics/MesaDemos/Makefile
parent71e2b74454cfd7072f1332991a819eabc3cdca3f (diff)
downloadpkgsrc-25e3b096b85f6d1add11a3b32c5320b263251a24.tar.gz
Finally remove support of Mesa 3.4.1 completely as discussed at length
on tech-pkg@ at various times. This means that regardless of what kind of GL support comes with X11, if a package depends on GL, Mesa 5.0.1 (or higher) will be installed into ${LOCALBASE}. Some troubleshooting after the latest patches by Krister Walfridsson.
Diffstat (limited to 'graphics/MesaDemos/Makefile')
-rw-r--r--graphics/MesaDemos/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile
index 000fb6c693a..f6c4c912d9d 100644
--- a/graphics/MesaDemos/Makefile
+++ b/graphics/MesaDemos/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:40:00 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/08/26 01:43:51 jschauma Exp $
PKGNAME= MesaDemos-${MESA_VERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -7,8 +7,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//}
MAINTAINER= jschauma@NetBSD.org
COMMENT= OpenGL examples and Demos
-MESA_REQD= 5.0.1
-
.include "../Mesa/Makefile.common"
USE_BUILDLINK2= yes