diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-12 19:57:07 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-12 19:57:07 +0000 |
commit | d1bf378aa017f2d0890a89bad5f70d26d1496bee (patch) | |
tree | c4da63ee2bba982d4ba798ea29fbc557d46868a8 /audio/csound/Makefile | |
parent | f748db01eef4adb5b7a49613b66fa8828582c8be (diff) |
audio/csound: 6.12.2 -> 6.12.2-83
Reported by: GH issue notification
Notes
Notes:
svn path=/head/; revision=487322
Diffstat (limited to 'audio/csound/Makefile')
-rw-r--r-- | audio/csound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 211f239e97dc..47a19d15ddde 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= csound -DISTVERSION= 6.12.2 -PORTREVISION= 3 +DISTVERSION= 6.12.2-83 +DISTVERSIONSUFFIX= -gdf2edd269 CATEGORIES= audio lang MAINTAINER= yuri@FreeBSD.org @@ -79,7 +79,7 @@ FAUST_CMAKE_ON= -DFAUST_LLVM_VERSION:STRING=${FAUST_LLVM_VERSION} FLUIDSYNTH_DESC= Building FluidSynth opcodes FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth FLUIDSYNTH_CMAKE_BOOL= BUILD_FLUID_OPCODES -FLUIDSYNTH_BROKEN= FluidSynth 2.x is broken upstream: https://github.com/csound/csound/issues/1078#issuecomment-441459803 +xFLUIDSYNTH_BROKEN= FluidSynth 2.x is broken upstream: https://github.com/csound/csound/issues/1078#issuecomment-441459803 HDF5_DESC= Build HDF5 read/write opcodes HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 \ |