diff options
author | tnn <tnn@pkgsrc.org> | 2019-01-04 01:18:14 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-01-04 01:18:14 +0000 |
commit | 59354a8ff96274a07fe892e3df378e62b0c9d530 (patch) | |
tree | f0f7d2c5f25e1d0c82b777cc86dc98c0c23b918c /graphics/glx-utils/Makefile | |
parent | 839211c55f13c1adca75a2d2bbe92a7d0a230a48 (diff) | |
download | pkgsrc-59354a8ff96274a07fe892e3df378e62b0c9d530.tar.gz |
glx-utils: update to 8.4.0
- glxinfo now supports OpenGL 4.6
- glxinfo prints more OpenGL limits (GL 3.0 up to GL 4.6)
- glxinfo gained support for GL_ATI_meminfo and GL_NVX_gpu_memory_info
Diffstat (limited to 'graphics/glx-utils/Makefile')
-rw-r--r-- | graphics/glx-utils/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile index e7988d3b9b2..ffe20f7ac44 100644 --- a/graphics/glx-utils/Makefile +++ b/graphics/glx-utils/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2017/08/01 14:59:00 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2019/01/04 01:18:14 tnn Exp $ -DISTNAME= mesa-demos-8.2.0 +DISTNAME= mesa-demos-8.4.0 PKGNAME= ${DISTNAME:S/mesa-demos/glx-utils/} -PKGREVISION= 1 CATEGORIES= x11 graphics -MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/8.2.0/ +MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -18,7 +17,6 @@ USE_LANGUAGES= c INSTALLATION_DIRS= bin LDFLAGS+= -lX11 # ld 2.22 wants each library explicitly - do-build: cd ${WRKSRC}/src/xdemos && \ ${SETENV} ${MAKE_ENV} ${CC} -I../../include ${CFLAGS} \ |