aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-demos
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-02-06 18:45:10 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-02-06 18:45:10 +0000
commit54d686c389f36f12db0d14d199310d19d7e8cb62 (patch)
tree85785fc7c229350e03f8a4dc39ac265cb3d1d3e0 /graphics/mesa-demos
parentc40875d8546693dbef7642e79355db569e7a3ac5 (diff)
downloadports-54d686c389f36f12db0d14d199310d19d7e8cb62.tar.gz
ports-54d686c389f36f12db0d14d199310d19d7e8cb62.zip
Notes
Diffstat (limited to 'graphics/mesa-demos')
-rw-r--r--graphics/mesa-demos/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile
index 2991acebecea..d4b6ea7928ba 100644
--- a/graphics/mesa-demos/Makefile
+++ b/graphics/mesa-demos/Makefile
@@ -29,8 +29,8 @@ WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/
DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
-OPTIONS_DEFINE= NVIDIA_GL XCB
-NVIDIA_DESC= Use NVIDIA's libraries
+OPTIONS_DEFINE= NVIDIA XCB
+NVIDIA_DESC= Use NVIDIA's OpenGL libraries
XCB_DESC= Use XCB for GLX
.include <bsd.port.options.mk>
@@ -77,7 +77,7 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MNVIDIA_GL}
+.if ${PORT_OPTIONS:MNVIDIA}
CFLAGS+= -DWITH_NVIDIA_GL=1
.endif