aboutsummaryrefslogtreecommitdiffstats
path: root/audio/csound
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2013-11-02 18:32:24 +0800
committernemysis <nemysis@FreeBSD.org>2013-11-02 18:32:24 +0800
commit5601920966e26bbe1d3adf72a6cb3bf93be8d119 (patch)
treefd358cf6a6c60c4703bcd3057f6540e0e3539716 /audio/csound
parent6b89693860e62c6d77431db0df2f768ba535bd0a (diff)
downloadfreebsd-ports-gnome-5601920966e26bbe1d3adf72a6cb3bf93be8d119.tar.gz
freebsd-ports-gnome-5601920966e26bbe1d3adf72a6cb3bf93be8d119.tar.zst
freebsd-ports-gnome-5601920966e26bbe1d3adf72a6cb3bf93be8d119.zip
- Bump PORTREVISION for dependency change
- Fix portaudio2 dependency due to recent commit Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index fbeab7c7d344..7f719196e2ef 100644
--- a/audio/csound/Makefile
+++ b/audio/csound/Makefile
@@ -3,6 +3,7 @@
PORTNAME= csound
PORTVERSION= 5.18.02
+PORTREVISION= 1
CATEGORIES= audio lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.18/ \
SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual
@@ -102,8 +103,8 @@ PLIST_SUB+= OSC="@comment "
.endif
.if ${PORT_OPTIONS:MPORTAUDIO}
-BUILD_DEPENDS+= portaudio>=19:${PORTSDIR}/audio/portaudio2
-RUN_DEPENDS+= portaudio>=19:${PORTSDIR}/audio/portaudio2
+BUILD_DEPENDS+= portaudio2>=0:${PORTSDIR}/audio/portaudio2
+RUN_DEPENDS+= portaudio2>=0:${PORTSDIR}/audio/portaudio2
SCONS_ARGS+= usePortAudio=1
PLIST_SUB+= PORTAUDIO=""
PORTAUDIO_L= "${LOCALBASE}/lib/portaudio2"