summaryrefslogtreecommitdiffstats
path: root/devel/sdl12
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-11-07 16:51:18 +0000
committerfjoe <fjoe@FreeBSD.org>2003-11-07 16:51:18 +0000
commite6b16b1c22f6b57721d303e69904b5a5d820853b (patch)
tree7abb5d8f9fd32a19baa9e2d5fa73cbd56409eb41 /devel/sdl12
parent2cfe1eb848df24e526f449d3a5679dda15341224 (diff)
downloadFreeBSD-ports-e6b16b1c22f6b57721d303e69904b5a5d820853b.zip
FreeBSD-ports-e6b16b1c22f6b57721d303e69904b5a5d820853b.tar.gz
USE_MESA -> USE_GL, bump PORTREVISION.
Diffstat (limited to 'devel/sdl12')
-rw-r--r--devel/sdl12/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index ffc1cd2..880c669 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)
OpenPOWER on IntegriCloud