diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 15:22:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 15:22:56 +0000 |
commit | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (patch) | |
tree | 38cbfc09931e59714b498a427ca50b5ab0d388d4 /audio/speex-devel/Makefile | |
parent | 325e1c0c0162b51ab70490304821f29c65f7b738 (diff) | |
download | ports-4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4.tar.gz ports-4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4.zip |
Notes
Diffstat (limited to 'audio/speex-devel/Makefile')
-rw-r--r-- | audio/speex-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 4119090da0ac..d8219fc5a35e 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= speex PORTVERSION= 1.0.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ @@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= jre@vineyard.net COMMENT= An open-source patent-free voice codec -LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg USE_GETOPT_LONG= yes USE_REINPLACE= yes |