diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-11-08 14:31:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-11-08 14:31:40 +0000 |
commit | 7ec7468932acb1dec576e51f4ace2e4029fea9a2 (patch) | |
tree | a811a5a82ceb9e468d7f4edf82b181da07f15024 /audio/rezound | |
parent | 25062e9577185b42e4c8eb98b76e7e476ee311d0 (diff) | |
download | ports-7ec7468932acb1dec576e51f4ace2e4029fea9a2.tar.gz ports-7ec7468932acb1dec576e51f4ace2e4029fea9a2.zip |
Notes
Diffstat (limited to 'audio/rezound')
-rw-r--r-- | audio/rezound/Makefile | 4 |
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} |