aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-11-08 00:51:18 +0800
committerfjoe <fjoe@FreeBSD.org>2003-11-08 00:51:18 +0800
commite6b16b1c22f6b57721d303e69904b5a5d820853b (patch)
tree7abb5d8f9fd32a19baa9e2d5fa73cbd56409eb41 /devel
parent2cfe1eb848df24e526f449d3a5679dda15341224 (diff)
downloadfreebsd-ports-graphics-e6b16b1c22f6b57721d303e69904b5a5d820853b.tar.gz
freebsd-ports-graphics-e6b16b1c22f6b57721d303e69904b5a5d820853b.tar.zst
freebsd-ports-graphics-e6b16b1c22f6b57721d303e69904b5a5d820853b.zip
USE_MESA -> USE_GL, bump PORTREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/sdl12/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index ffc1cd2b058..880c669dc25 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)