summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-03-12 19:00:36 +0000
committerwiz <wiz@pkgsrc.org>2014-03-12 19:00:36 +0000
commitb69bee342735ef0b3197621b25292e74f1274fa7 (patch)
treea3f84b11de68fffe311044dce2c770f145643bd9 /audio
parent5debc5770c6dabebdd91e3e4134a42450aa4603f (diff)
downloadpkgsrc-b69bee342735ef0b3197621b25292e74f1274fa7.tar.gz
Add bison to tools. Not enough to fix the build for me, but a step.
Diffstat (limited to 'audio')
-rw-r--r--audio/csound6/Makefile3
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