diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
commit | 30a00f2227a3e53b607331247c81c2911c1e98ef (patch) | |
tree | b3bdcd25b598432ef78aefb0f72e9412f429eee4 /audio/beast/Makefile | |
parent | fc3bdd2b5bc1f418653dc07e3f7734890f957654 (diff) |
Notes
Diffstat (limited to 'audio/beast/Makefile')
-rw-r--r-- | audio/beast/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index c1d3a29fe83f..1758ba63098b 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -25,8 +25,7 @@ SHEBANG_FILES= autotools/intltool-merge USE_GCC= 4.8 USE_GNOME= intltool libgnomecanvas GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules \ - --enable-osspcm=/dev/dsp \ +CONFIGURE_ARGS= --enable-osspcm=/dev/dsp \ --enable-ossmidi=/dev/midi USE_LDCONFIG= yes INSTALL_TARGET= install-strip |