diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /audio/rezound/Makefile | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) | |
download | ports-605b51623904901c5be12539309f2345d1751741.tar.gz ports-605b51623904901c5be12539309f2345d1751741.zip |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=196462
Diffstat (limited to 'audio/rezound/Makefile')
-rw-r--r-- | audio/rezound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index 55eb95db5c1b..e9cbc7e62cac 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -7,6 +7,7 @@ PORTNAME= rezound DISTVERSION= 0.12.3beta +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -61,7 +62,7 @@ LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg .endif .if defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis .endif .if defined(WITH_FLAC) |