aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl12
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-08-03 09:28:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-08-03 09:28:57 +0000
commitc6bcad2436d925c98052ed292bd0794ae0e34b45 (patch)
tree4752ebd6e8eb5959ebf00516e4ecf7156215bbce /devel/sdl12
parentfbd121eee966abfc21d176cbede935ecd6bf1a34 (diff)
downloadports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz
ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip
Notes
Diffstat (limited to 'devel/sdl12')
-rw-r--r--devel/sdl12/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 1005819d5cae..b063dbdff9b3 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -15,8 +15,7 @@ DISTNAME= SDL-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound \
- aa.1:${PORTSDIR}/graphics/aalib \
- ${GL_DEPENDS}
+ aa.1:${PORTSDIR}/graphics/aalib
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
USE_GMAKE= yes
@@ -31,10 +30,9 @@ CONFIGURE_ARGS= --enable-video-aalib
CFLAGS+= -D_THREAD_SAFE
.if defined(WITHOUT_GL)
-GL_DEPENDS=
CONFIGURE_ARGS+= --disable-video-opengl
.else
-GL_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
+USE_MESA= yes
CONFIGURE_ARGS+= --enable-video-opengl
.endif