diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-12 19:00:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-12 19:00:36 +0000 |
commit | b69bee342735ef0b3197621b25292e74f1274fa7 (patch) | |
tree | a3f84b11de68fffe311044dce2c770f145643bd9 /audio/csound6 | |
parent | 5debc5770c6dabebdd91e3e4134a42450aa4603f (diff) | |
download | pkgsrc-b69bee342735ef0b3197621b25292e74f1274fa7.tar.gz |
Add bison to tools. Not enough to fix the build for me, but a step.
Diffstat (limited to 'audio/csound6')
-rw-r--r-- | audio/csound6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 0b942537b4b..4eafafab1d7 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/03/06 10:16:53 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2014/03/12 19:00:36 wiz Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} @@ -13,6 +13,7 @@ LICENSE= gnu-lgpl-v2.1 # or later CSOUND_VERSION= 6.02 USE_LANGUAGES= c c++ +USE_TOOLS+= bison CFLAGS+= -g -D__PKGSRC_PREFIX__=\"${PREFIX}/\" -DBETA USE_CMAKE= yes CMAKE_ARGS+= -DUSE_PORTAUDIO:BOOL=OFF |