diff options
author | wiz <wiz> | 2014-03-12 19:00:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-03-12 19:00:36 +0000 |
commit | c776feae8ef69fc6b4477ff5236408e7f3de4095 (patch) | |
tree | a3f84b11de68fffe311044dce2c770f145643bd9 /audio/csound6 | |
parent | 8e18b1f8ef59a3bd091a47e42f5dd06ddd9a95d3 (diff) | |
download | pkgsrc-c776feae8ef69fc6b4477ff5236408e7f3de4095.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 |