summaryrefslogtreecommitdiff
path: root/graphics/glut/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-08-26 01:43:48 +0000
committerjschauma <jschauma>2003-08-26 01:43:48 +0000
commit8409e4448d01dda4d5a45fbfeec4374616f62148 (patch)
treef140f06de4c7c70760a39202e8a58d32c2b1d16a /graphics/glut/Makefile
parent44c9221807b448217290f378e7e7c1180ae12efc (diff)
downloadpkgsrc-8409e4448d01dda4d5a45fbfeec4374616f62148.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/glut/Makefile')
-rw-r--r--graphics/glut/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile
index 3355b4e25bd..93a9dd68514 100644
--- a/graphics/glut/Makefile
+++ b/graphics/glut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/07/17 21:40:59 grant Exp $
+# $NetBSD: Makefile,v 1.19 2003/08/26 01:43:50 jschauma Exp $
PKGNAME= ${DISTNAME:S/MesaLib/glut/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -28,19 +28,6 @@ post-install:
.include "../../graphics/MesaLib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
-.if (${MESA_REQD} == 3.4.2)
-SO_SUFFIX=3
-SO_VERS=3.7
-.elif (${MESA_REQD} == 5.0.1)
-SO_SUFFIX=10
-SO_VERS=10.1
-.else
-.error Library version not known!
-.endif
-
-PLIST_SUBST+=SO_SUFFIX=${SO_SUFFIX}
-PLIST_SUBST+=SO_VERS=${SO_VERS}
-
# must be below bsd.pkg.mk to overwrite values
PREFIX= ${LOCALBASE}
X11PREFIX= ${LOCALBASE}