diff options
-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 |