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/audiere | |
parent | 58f70f4c9436aeb8109c50813e0cc45eb0d878f9 (diff) |
Notes
Diffstat (limited to 'audio/audiere')
-rw-r--r-- | audio/audiere/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audiere/Makefile b/audio/audiere/Makefile index 78158c12e765..ae5958877a11 100644 --- a/audio/audiere/Makefile +++ b/audio/audiere/Makefile @@ -7,7 +7,7 @@ PORTNAME= audiere PORTVERSION= 1.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF @@ -59,7 +59,7 @@ CONFIGURE_REPLACES+='/AC_CHECK_LIB/ s|cdaudio|no_&|' .if !defined(WITHOUT_VORBIS) LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg.6:${PORTSDIR}/audio/libogg + ogg.7:${PORTSDIR}/audio/libogg .else CONFIGURE_REPLACES+='/AC_CHECK_HEADER/ s|vorbis|no_&|' .endif |