diff options
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 |