summaryrefslogtreecommitdiff
path: root/graphics/MesaLib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-05 11:42:20 +0000
committerjlam <jlam@pkgsrc.org>2004-01-05 11:42:20 +0000
commit143cb3ccf87e6a0664c258cf76d139e537d0da34 (patch)
treebe56ee37627e1fc778cfd9afe479c60f26d2397a /graphics/MesaLib
parent750c38af865b88b1af238ddfbca73f9dfe840cff (diff)
downloadpkgsrc-143cb3ccf87e6a0664c258cf76d139e537d0da34.tar.gz
bl3ify
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r--graphics/MesaLib/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index a1ae76f0e5f..556ddae69d5 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/11/18 16:10:55 jschauma Exp $
+# $NetBSD: Makefile,v 1.27 2004/01/05 11:47:33 jlam Exp $
PKGNAME= MesaLib-${MESA_VERSION}
PKGREVISION= 2
@@ -6,10 +6,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//}
MAINTAINER= rh@NetBSD.org
COMMENT= Graphics library similar to SGI's OpenGL
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
.include "../../graphics/Mesa/Makefile.common"
-USE_BUILDLINK2= yes
-USE_X11BASE= yes
+USE_BUILDLINK3= yes
+USE_X11= yes
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --without-glut
@@ -34,7 +36,3 @@ post-install:
done
.include "../../mk/bsd.pkg.mk"
-
-# must be below bsd.pkg.mk to overwrite values
-PREFIX= ${LOCALBASE}
-X11PREFIX= ${LOCALBASE}