aboutsummaryrefslogtreecommitdiff
path: root/audio/rezound
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-11-08 14:31:40 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-11-08 14:31:40 +0000
commit7ec7468932acb1dec576e51f4ace2e4029fea9a2 (patch)
treea811a5a82ceb9e468d7f4edf82b181da07f15024 /audio/rezound
parent25062e9577185b42e4c8eb98b76e7e476ee311d0 (diff)
downloadports-7ec7468932acb1dec576e51f4ace2e4029fea9a2.tar.gz
ports-7ec7468932acb1dec576e51f4ace2e4029fea9a2.zip
Notes
Diffstat (limited to 'audio/rezound')
-rw-r--r--audio/rezound/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile
index a17cb040e153..0a66d2850275 100644
--- a/audio/rezound/Makefile
+++ b/audio/rezound/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rezound
DISTVERSION= 0.12.3beta
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/ReZound/${DISTVERSION}
@@ -44,7 +44,7 @@ LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack
.endif
.if ${PORT_OPTIONS:MAUDIOFILE}
-LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile
+LIB_DEPENDS+= libaudiofile.so:${PORTSDIR}/audio/libaudiofile
.endif
.if ${PORT_OPTIONS:MPORTAUDIO}