diff options
-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 |