From 871cd9c8ed133b93b9136b67fc16b229437ea615 Mon Sep 17 00:00:00 2001 From: zeising Date: Wed, 6 Feb 2013 18:45:10 +0000 Subject: Fix NVIDIA_GL option description and rename option to NVIDIA. PR: ports/175885 Submitted by: Sayetsky Anton --- graphics/mesa-demos/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics') 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 @@ -77,7 +77,7 @@ do-install: .include -.if ${PORT_OPTIONS:MNVIDIA_GL} +.if ${PORT_OPTIONS:MNVIDIA} CFLAGS+= -DWITH_NVIDIA_GL=1 .endif -- cgit