diff options
Diffstat (limited to 'devel/sdl12/Makefile')
-rw-r--r-- | devel/sdl12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index ffc1cd2b0584..880c669dc254 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -7,7 +7,7 @@ PORTNAME= sdl PORTVERSION= 1.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ DISTNAME= SDL-${PORTVERSION} @@ -45,7 +45,7 @@ USE_XLIB= yes .if defined(WITHOUT_GL) CONFIGURE_ARGS+=--disable-video-opengl .else -USE_MESA= yes +USE_GL= yes CONFIGURE_ARGS+=--enable-video-opengl .endif .if exists(/usr/include/libusbhid.h) |