aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2013-08-30 23:04:54 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2013-08-30 23:04:54 +0800
commitabd7e0761e528ab6e23b6009646d9aab0f32750e (patch)
treeb701a569ff23e39ffd09a858ecd73632b2ef3c21
parent4e67af8c0e9c1d82ae47c1923da6f1e4592de7fe (diff)
downloadfreebsd-ports-gnome-abd7e0761e528ab6e23b6009646d9aab0f32750e.tar.gz
freebsd-ports-gnome-abd7e0761e528ab6e23b6009646d9aab0f32750e.tar.zst
freebsd-ports-gnome-abd7e0761e528ab6e23b6009646d9aab0f32750e.zip
- Specify portaudio so version to not mix up audio/portaudio2 and audio/portaudio
-rw-r--r--audio/pure-audio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pure-audio/Makefile b/audio/pure-audio/Makefile
index 776daf7f1099..98e7f8337c7d 100644
--- a/audio/pure-audio/Makefile
+++ b/audio/pure-audio/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= audio
MAINTAINER= lichray@gmail.com
COMMENT= A digital audio interface for the Pure language
-LIB_DEPENDS= portaudio:${PORTSDIR}/audio/portaudio2 \
+LIB_DEPENDS= portaudio.2:${PORTSDIR}/audio/portaudio2 \
samplerate:${PORTSDIR}/audio/libsamplerate \
sndfile:${PORTSDIR}/audio/libsndfile \
fftw3:${PORTSDIR}/math/fftw3