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 | 6bc1fc504280ccf4f1562dbef3d12b98ff2227c7 (patch) | |
tree | 490beb7c9c650c1607839a23eddb8a6dfbb3182a | |
parent | 2927856781129b47fa9974e3a99b97d5fa2b4ea7 (diff) | |
download | pkgsrc-6bc1fc504280ccf4f1562dbef3d12b98ff2227c7.tar.gz |
Explicitly disable da (audio output).
-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 |