diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:44:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:44:03 +0000 |
commit | 30587b71c295aa8390c7bfa294a89bd80cb7b8ce (patch) | |
tree | e5ec60956c799dd57754a970be6a41ed50bc7080 /audio/rezound | |
parent | 58f70f4c9436aeb8109c50813e0cc45eb0d878f9 (diff) | |
download | ports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.tar.gz ports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.zip |
Notes
Diffstat (limited to 'audio/rezound')
-rw-r--r-- | audio/rezound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile index 4a79de777e0e..3a65b2a12f8a 100644 --- a/audio/rezound/Makefile +++ b/audio/rezound/Makefile @@ -7,7 +7,7 @@ PORTNAME= rezound DISTVERSION= 0.12.3beta -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ReZound/${DISTVERSION} @@ -61,7 +61,7 @@ LIB_DEPENDS+= portaudio.0:${PORTSDIR}/audio/portaudio .endif .if defined(WITH_OGG) -LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ogg.7:${PORTSDIR}/audio/libogg .endif .if defined(WITH_VORBIS) |