diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-06-01 08:43:47 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-06-01 08:43:47 +0000 |
commit | 019580dfe388be98eccee618ad2f794cc6815cf7 (patch) | |
tree | 3dc55d1ea55aef7e53bc06a0c9b6d748169c475b /audio/ccaudio2 | |
parent | 3e1127ca9e48f790aa5c2f70cf1661941036d1dc (diff) |
- Chase devel/ucommon shlib bump
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=274918
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r-- | audio/ccaudio2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 5a0e4bef5280..234799c6eebe 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -7,6 +7,7 @@ PORTNAME= ccaudio2 PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.gnutelephony.org/dist/tarballs/ @@ -14,7 +15,7 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= C++ class framework for manipulating audio files LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp \ - ucommon.4:${PORTSDIR}/devel/ucommon \ + ucommon.5:${PORTSDIR}/devel/ucommon \ gsm.1:${PORTSDIR}/audio/gsm \ speex.1:${PORTSDIR}/audio/speex |