diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2009-03-03 07:49:23 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2009-03-03 07:49:23 +0000 |
commit | 2787da81e36ba65941d3db549750080c87b2b466 (patch) | |
tree | e5ab05ab6f06d6b618f874474623e3f84dbda171 /devel/sdl12 | |
parent | d2e8ae171d155a71575aa29d4b52644a1fc96592 (diff) | |
download | ports-2787da81e36ba65941d3db549750080c87b2b466.tar.gz ports-2787da81e36ba65941d3db549750080c87b2b466.zip |
Notes
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/Makefile | 4 |
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 |