aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pure-audio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pure-audio/Makefile')
-rw-r--r--audio/pure-audio/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/pure-audio/Makefile b/audio/pure-audio/Makefile
index 93468bd01a42..a28bf5fdb2d4 100644
--- a/audio/pure-audio/Makefile
+++ b/audio/pure-audio/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pure-audio
PORTVERSION= 0.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/
DIST_SUBDIR= pure
@@ -14,19 +14,13 @@ COMMENT= Digital audio interface for the Pure language
LICENSE= BSD3CLAUSE
BROKEN= Unfetchable
-LIB_DEPENDS= libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
+LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \
libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
libsndfile.so:${PORTSDIR}/audio/libsndfile \
libfftw3.so:${PORTSDIR}/math/fftw3
USES= pure
-post-patch:
- @${REINPLACE_CMD} \
- -e "s|-lportaudio|-I${LOCALBASE}/include/portaudio2 -L${LOCALBASE}/lib/portaudio2 -lportaudio|" \
- -e "s|portaudio.h|portaudio2/portaudio.h|g" \
- ${WRKSRC}/Makefile
-
PORTDOCS= README
PORTEXAMPLES= *