aboutsummaryrefslogtreecommitdiff
path: root/audio/polyphone
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-02 18:12:48 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-02 18:12:48 +0000
commit670d29663e9703a881a750aa9d052b0ffc17086e (patch)
tree441e19edf819fdce1e6e9f8991fbaf4a243c07ba /audio/polyphone
parentc6837925ba9bd323696da3cfbaf55f6b4b7ecf65 (diff)
downloadports-670d29663e9703a881a750aa9d052b0ffc17086e.tar.gz
ports-670d29663e9703a881a750aa9d052b0ffc17086e.zip
audio/polyphone: Unbreak build after r500286
===> Installing existing package /packages/All/stk-4.6.1.txz [112i386-default-job-14] Installing stk-4.6.1... [112i386-default-job-14] Extracting stk-4.6.1: .......... done ===> polyphone-1.9_3 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=500672
Diffstat (limited to 'audio/polyphone')
-rw-r--r--audio/polyphone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/polyphone/Makefile b/audio/polyphone/Makefile
index 781512839043..c3a6d2f99231 100644
--- a/audio/polyphone/Makefile
+++ b/audio/polyphone/Makefile
@@ -3,7 +3,7 @@
PORTNAME= polyphone
DISTVERSION= 1.9
DISTVERSIONSUFFIX= -src
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://polyphone-soundfonts.com/en/download/file/76-polyphone-1-8-src-zip/latest/download?ae95d968569b61bc77f7b8559a14db4d=1/
@@ -19,7 +19,7 @@ LIB_DEPENDS= libjack.so:audio/jack \
libogg.so:audio/libogg \
libportaudio.so:audio/portaudio \
librtmidi.so:audio/rtmidi \
- libstk-4.6.0.so:audio/stk \
+ libstk.so:audio/stk \
libvorbisfile.so:audio/libvorbis
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake:outsource qt:5 shared-mime-info zip