diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-02 18:17:23 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-02 18:17:23 +0000 |
commit | 44be434547f3cc58bacdd9069b0bf74ce1ca9060 (patch) | |
tree | 56093c140f971d68ac72fed6883d84def68831cb /audio/csound/Makefile | |
parent | 670d29663e9703a881a750aa9d052b0ffc17086e (diff) | |
download | ports-44be434547f3cc58bacdd9069b0bf74ce1ca9060.tar.gz ports-44be434547f3cc58bacdd9069b0bf74ce1ca9060.zip |
Notes
Diffstat (limited to 'audio/csound/Makefile')
-rw-r--r-- | audio/csound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 01da481c058e..f1fad6583c30 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -4,7 +4,7 @@ PORTNAME= csound DISTVERSION= 6.12.2-83 DISTVERSIONSUFFIX= -gdf2edd269 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio lang MAINTAINER= yuri@FreeBSD.org @@ -152,7 +152,7 @@ STACK_CMAKE_BOOL= BUILD_STACK_OPCODES STK_DESC= Build the stk opcodes STK_CMAKE_BOOL= BUILD_STK_OPCODES -STK_LIB_DEPENDS= libstk-4.6.0.so:audio/stk +STK_LIB_DEPENDS= libstk.so:audio/stk WIIMOTE_DESC= Build the Wiimote opcodes WIIMOTE_CMAKE_BOOL= BUILD_WIIMOTE_OPCODES |