aboutsummaryrefslogtreecommitdiff
path: root/audio/flac123
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2010-06-06 20:39:21 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2010-06-06 20:39:21 +0000
commitf613ac049d40272c3b27a76dbab7f6723f2a2ba2 (patch)
treee62b67c39f729f55f17b68f6438f9f1beeadd10c /audio/flac123
parent2f2aafd9bf4a01f681da4598e18663001e4a9406 (diff)
downloadports-f613ac049d40272c3b27a76dbab7f6723f2a2ba2.tar.gz
ports-f613ac049d40272c3b27a76dbab7f6723f2a2ba2.zip
Bump PORTREVISION after libao update and handle API incompatibility.
Notes
Notes: svn path=/head/; revision=255956
Diffstat (limited to 'audio/flac123')
-rw-r--r--audio/flac123/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac123/Makefile b/audio/flac123/Makefile
index c39d45a9079c..bee1a23f0ff9 100644
--- a/audio/flac123/Makefile
+++ b/audio/flac123/Makefile
@@ -7,7 +7,7 @@
PORTNAME= flac123
PORTVERSION= 0.0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF/flac-tools/${PORTNAME}/${PORTVERSION}
@@ -15,7 +15,7 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= Command-line player for flac audio files
LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \
- ao.3:${PORTSDIR}/audio/libao \
+ ao.4:${PORTSDIR}/audio/libao \
popt.0:${PORTSDIR}/devel/popt
USE_GMAKE= yes