diff options
author | hans <hans> | 2012-01-11 20:30:18 +0000 |
---|---|---|
committer | hans <hans> | 2012-01-11 20:30:18 +0000 |
commit | 4dcb1f1a3c1fc3b323ce37cf7d4959ae90ef7550 (patch) | |
tree | 490beb7c9c650c1607839a23eddb8a6dfbb3182a /audio/sptk/Makefile | |
parent | 0ff573de4c6f9809dee33cffca98fc08ba91ab5b (diff) | |
download | pkgsrc-4dcb1f1a3c1fc3b323ce37cf7d4959ae90ef7550.tar.gz |
Explicitly disable da (audio output).
Diffstat (limited to 'audio/sptk/Makefile')
-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 |