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/libvorbis/Makefile | |
parent | 325e1c0c0162b51ab70490304821f29c65f7b738 (diff) | |
download | ports-4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4.tar.gz ports-4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4.zip |
Notes
Diffstat (limited to 'audio/libvorbis/Makefile')
-rw-r--r-- | audio/libvorbis/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 8aa7fd71be65..6fd9a12933b2 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -6,21 +6,18 @@ # PORTNAME= libvorbis -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= http://www.vorbis.com/files/1.0/unix/ \ - ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ - http://www.casterclub.com/vorbis/unix/ \ - http://www.math.utoledo.edu/~chaese/Vorbis/unix/ +MASTER_SITES= http://www.vorbis.com/files/1.0.1/unix/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library -LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg USE_LIBTOOL= yes +USE_GNOME= gnomehack CONFIGURE_ARGS= --with-ogg=${LOCALBASE} INSTALLS_SHLIB= yes |