diff options
author | naddy <naddy@FreeBSD.org> | 2002-01-16 14:42:33 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-01-16 14:42:33 +0000 |
commit | 65d2ae4e566b97dda31cd2d9fc3d178d2ffe9372 (patch) | |
tree | 19062a4e0eecfc9f0a9beaf5640905971978cb85 /audio/libvorbis/Makefile | |
parent | 9057b8d0953117725bcb233e19a9e30170887b7d (diff) | |
download | FreeBSD-ports-65d2ae4e566b97dda31cd2d9fc3d178d2ffe9372.zip FreeBSD-ports-65d2ae4e566b97dda31cd2d9fc3d178d2ffe9372.tar.gz |
Upgrade to Ogg Vorbis RC3.
PR: 33727, 33728, 33729, 33731
Diffstat (limited to 'audio/libvorbis/Makefile')
-rw-r--r-- | audio/libvorbis/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 16ae921..22c7f83 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -6,18 +6,20 @@ # PORTNAME= libvorbis -PORTVERSION= 1.0.r2 +PORTVERSION= 1.0.r3 PORTEPOCH= 2 CATEGORIES= audio -MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ +MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \ + http://www.vorbis.com/files/rc2/unix/ \ + http://www.oddsock.org/vorbisrc3/files/rc3/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= naddy@FreeBSD.org -LIB_DEPENDS= ogg.2:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.3:${PORTSDIR}/audio/libogg -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE} +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-ogg=${LOCALBASE} .if defined(NOPORTDOCS) MAKE_ENV= DOC="" |