diff options
author | hans <hans@pkgsrc.org> | 2012-01-11 20:30:18 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-11 20:30:18 +0000 |
commit | 2846cf003be179fff583c364a7a3192d1772623e (patch) | |
tree | 490beb7c9c650c1607839a23eddb8a6dfbb3182a /audio | |
parent | 65bbbc23dedc86f5cb47bcba6f846909d13397b9 (diff) | |
download | pkgsrc-2846cf003be179fff583c364a7a3192d1772623e.tar.gz |
Explicitly disable da (audio output).
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sptk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sptk/Makefile b/audio/sptk/Makefile index 2db0f49afbb..1ba270467d1 100644 --- a/audio/sptk/Makefile +++ b/audio/sptk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/06/08 13:32:03 obache Exp $ +# $NetBSD: Makefile,v 1.3 2012/01/11 20:30:18 hans Exp $ # DISTNAME= SPTK-3.4.1 @@ -21,6 +21,7 @@ USE_TOOLS+= csh:run GNU_CONFIGURE_PREFIX= ${PREFIX}/SPTK CONFIGURE_ENV+= CSH=${CSH} +CONFIGURE_ARGS+= --disable-da INSTALLATION_DIRS+= share/doc/sptk |