diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 21:49:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 21:49:35 +0000 |
commit | adedd02ba30ce31b20659674882233921ec15d33 (patch) | |
tree | 2c21508f8109ea0d845c79b32b1f6bf5cd7c9def /audio/libvorbis | |
parent | 1658e3800308afd094f6cb34a9173df16368414b (diff) | |
download | ports-adedd02ba30ce31b20659674882233921ec15d33.tar.gz ports-adedd02ba30ce31b20659674882233921ec15d33.zip |
Notes
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 998df0364b1e..9f739245eb1d 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -9,7 +9,8 @@ PORTNAME= libvorbis PORTVERSION= 1.2.0 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ +MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ \ + http://freebsd.unixfreunde.de/sources/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library |