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/flac | |
parent | 58f70f4c9436aeb8109c50813e0cc45eb0d878f9 (diff) | |
download | ports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.tar.gz ports-30587b71c295aa8390c7bfa294a89bd80cb7b8ce.zip |
Notes
Diffstat (limited to 'audio/flac')
-rw-r--r-- | audio/flac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 64ea1f9b5dc6..ba2e9027efbe 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -7,14 +7,14 @@ PORTNAME= flac PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION}-src MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec -LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.7:${PORTSDIR}/audio/libogg USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes |