aboutsummaryrefslogtreecommitdiff
path: root/audio/streamripper
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-21 15:51:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-21 15:51:15 +0000
commitcc584e38d2780aa0086fc22589d3755658c1e8ff (patch)
tree2b682305e1f18585f0df86df9eadad1f9f7c6cdd /audio/streamripper
parentd85e6938db65b49b23e80289f3535b0a96c2f10c (diff)
downloadports-cc584e38d2780aa0086fc22589d3755658c1e8ff.tar.gz
ports-cc584e38d2780aa0086fc22589d3755658c1e8ff.zip
- Chase audio/faad shlib bump
Notes
Notes: svn path=/head/; revision=228783
Diffstat (limited to 'audio/streamripper')
-rw-r--r--audio/streamripper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 325e431c2c83..3a2fba5f21f4 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -7,6 +7,7 @@
PORTNAME= streamripper
PORTVERSION= 1.64.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF \
http://gd.tuwien.ac.at/hci/cdk/:cdk
@@ -46,7 +47,7 @@ CDK_VERSION= 5.0-20060507
.if defined(WITHOUT_FAAD)
CONFIGURE_ARGS+= ac_cv_lib_faad_NeAACDecDecode2=no
.else
-LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad
+LIB_DEPENDS+= faad.2:${PORTSDIR}/audio/faad
.endif
.if defined(WITHOUT_VORBIS)