diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-11 19:53:59 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-11 19:53:59 +0000 |
commit | e71c73d04133130e9029bd4bdb7c9f41f028ab25 (patch) | |
tree | 5411e2248f0da9fc1cf94fe271f9e599b3556418 /audio | |
parent | 3eac75b16058aaa294a0d9fa123f5a286f7a8baa (diff) | |
download | ports-e71c73d04133130e9029bd4bdb7c9f41f028ab25.tar.gz ports-e71c73d04133130e9029bd4bdb7c9f41f028ab25.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/snd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index c4a53b01f0b9..d1450fa3e914 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -25,6 +25,7 @@ OPTIONS= ESD "Use Enlightened Sound Daemon" on \ GTK2 "Make Snd with Gtk+ graphics support" on \ X11 "Make Snd with GUI support" on +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-float-samples |