aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libogg/Makefile
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-12-20 23:22:56 +0800
committernaddy <naddy@FreeBSD.org>2003-12-20 23:22:56 +0800
commite64af3bd9c6ee7bef0ac283907ab153e12eeb660 (patch)
tree9fc35cfd2300e0634911be6bd305b45f28a85660 /audio/libogg/Makefile
parentedb5c1fbe85a979551e5e51384a9ff8f7435ab16 (diff)
downloadfreebsd-ports-gnome-e64af3bd9c6ee7bef0ac283907ab153e12eeb660.tar.gz
freebsd-ports-gnome-e64af3bd9c6ee7bef0ac283907ab153e12eeb660.tar.zst
freebsd-ports-gnome-e64af3bd9c6ee7bef0ac283907ab153e12eeb660.zip
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for flac and speex files.
Diffstat (limited to 'audio/libogg/Makefile')
-rw-r--r--audio/libogg/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
index a219d6cf0330..b5ba0a364add 100644
--- a/audio/libogg/Makefile
+++ b/audio/libogg/Makefile
@@ -6,19 +6,16 @@
#
PORTNAME= libogg
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.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= Ogg bitstream library
USE_LIBTOOL= yes
+USE_GNOME= gnomehack
INSTALLS_SHLIB= yes
.if defined(NOPORTDOCS)