aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl12
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2009-03-03 07:49:23 +0000
committerMarcus von Appen <mva@FreeBSD.org>2009-03-03 07:49:23 +0000
commit2787da81e36ba65941d3db549750080c87b2b466 (patch)
treee5ab05ab6f06d6b618f874474623e3f84dbda171 /devel/sdl12
parentd2e8ae171d155a71575aa29d4b52644a1fc96592 (diff)
downloadports-2787da81e36ba65941d3db549750080c87b2b466.tar.gz
ports-2787da81e36ba65941d3db549750080c87b2b466.zip
Notes
Diffstat (limited to 'devel/sdl12')
-rw-r--r--devel/sdl12/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 52fb477a53f2..730029a837d3 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -64,6 +64,10 @@ OPTIONS+= XLIB "XLib (xorg) graphics support" On
MAN3!= ${CAT} ${FILESDIR}/man3
+.if ${OSVERSION} > 800063
+CONFIGURE_ARGS+=--disable-joystick
+.endif
+
.if defined(WITHOUT_AALIB)
CONFIGURE_ARGS+=--disable-video-aalib
.else