diff options
-rw-r--r-- | devel/sdl12/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index e343e127098d..a7dc3dcf6a58 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -43,6 +43,8 @@ USE_XLIB= yes .if !defined(WITHOUT_ESOUND) USE_GNOMENG= yes USE_GNOME= esound +.else +CONFIGURE_ARGS+=--disable-esd --disable-esdtest .endif .if defined(WITHOUT_GL) CONFIGURE_ARGS+=--disable-video-opengl |