diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-17 14:17:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-17 14:17:54 +0000 |
commit | 55877217dcfdc26c1efbe79ccf4b352cd301492c (patch) | |
tree | 5d5556725875aca9673c9281b8bf24c7f7b4fe09 /audio | |
parent | ec3060cb5185e387f2d0f245fba30d34dbbbac3a (diff) | |
download | ports-55877217dcfdc26c1efbe79ccf4b352cd301492c.tar.gz ports-55877217dcfdc26c1efbe79ccf4b352cd301492c.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 57267150cbe6..46bfeca8adbf 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -36,9 +36,8 @@ CONFLICTS_INSTALL= outguess-* csound6 WRKSRC= ${WRKDIR}/${PORTNAME:S/c/C/}${PORTVERSION} -USES= bison gettext scons +USES= bison gettext scons compiler:openmp USE_PYTHON= yes -USE_GCC= yes MAKE_ARGS= instdir="${STAGEDIR}" prefix="${PREFIX}" \ CC="${CC}" CXX="${CXX}" \ buildCsoundAC=0 buildCsoundVST=0 buildInterfaces=1 \ |