aboutsummaryrefslogtreecommitdiff
path: root/audio/csound
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-02 18:17:23 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-02 18:17:23 +0000
commit44be434547f3cc58bacdd9069b0bf74ce1ca9060 (patch)
tree56093c140f971d68ac72fed6883d84def68831cb /audio/csound
parent670d29663e9703a881a750aa9d052b0ffc17086e (diff)
downloadports-44be434547f3cc58bacdd9069b0bf74ce1ca9060.tar.gz
ports-44be434547f3cc58bacdd9069b0bf74ce1ca9060.zip
audio/csound: Unbreak build after r500286
===> Installing existing package /packages/All/stk-4.6.1.txz [112i386-default-job-07] Installing stk-4.6.1... [112i386-default-job-07] Extracting stk-4.6.1: .......... done ===> csound-6.12.2.83_4 depends on shared library: libstk-4.6.0.so - not found Use version independent libstk.so symlink in LIB_DEPENDS, so that it does not immediately break on audio/stk updates in the future. Also bump revision for shared library name change (libstk-4.6.0.so->libstk-4.6.1.so).
Notes
Notes: svn path=/head/; revision=500673
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/Makefile4
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