diff options
author | Michael Landin <mich@FreeBSD.org> | 2008-04-08 09:38:57 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2008-04-08 09:38:57 +0000 |
commit | 41634af4b8452b6232af687cf6ee44969c6d193a (patch) | |
tree | 0122556213d239f9ed5c412f5a6898fd12f2c5eb /audio/aqualung | |
parent | 12f3520e37525c761251c0cc7056d0b4aad648a0 (diff) |
Notes
Diffstat (limited to 'audio/aqualung')
-rw-r--r-- | audio/aqualung/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index c6b7eb0baead..cc65a9da8c12 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -7,7 +7,7 @@ PORTNAME= aqualung DISTVERSION= 0.9beta9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF @@ -27,7 +27,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ mac.2:${PORTSDIR}/audio/mac \ tag.5:${PORTSDIR}/audio/taglib \ lrdf.2:${PORTSDIR}/textproc/liblrdf \ - cdio.7:${PORTSDIR}/sysutils/libcdio \ + cdio.8:${PORTSDIR}/sysutils/libcdio \ mp3lame.0:${PORTSDIR}/audio/lame \ avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ strfunc.9:${PORTSDIR}/devel/libstrfunc \ |