diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:31:52 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:31:52 +0000 |
commit | bd09b5ac0cdf727f665afed83debf6a622a1e25c (patch) | |
tree | 84dfbaedbd90f1a47b3ff0401151aaeea972adfb /devel/sdl12 | |
parent | Deploy USE_GNOMENG infrastructure (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42195
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65304
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index 8b6536285a3f..e343e127098d 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -41,7 +41,8 @@ DISPLAY_MSG= ${DO_NADA} USE_XLIB= yes .endif .if !defined(WITHOUT_ESOUND) -USE_ESOUND= yes +USE_GNOMENG= yes +USE_GNOME= esound .endif .if defined(WITHOUT_GL) CONFIGURE_ARGS+=--disable-video-opengl |