diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-22 13:33:44 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-22 13:33:44 +0000 |
commit | b5a08257e040af04ee4c3bcd31f4df906fef4e24 (patch) | |
tree | 8d4e2f57f55b075d5cad17982af365437a7adb7b /graphics/libart | |
parent | c7f0cc7e11d073a7b70e47ca6694914975a9f7d3 (diff) | |
download | FreeBSD-ports-b5a08257e040af04ee4c3bcd31f4df906fef4e24.zip FreeBSD-ports-b5a08257e040af04ee4c3bcd31f4df906fef4e24.tar.gz |
Fix MASTER_SITES
PR: 90804
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'graphics/libart')
-rw-r--r-- | graphics/libart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libart/Makefile b/graphics/libart/Makefile index c57f7be..923c581 100644 --- a/graphics/libart/Makefile +++ b/graphics/libart/Makefile @@ -8,7 +8,8 @@ PORTNAME= libart PORTVERSION= 2.3.3 CATEGORIES= graphics -MASTER_SITES= http://www.artofcode.com/${PORTNAME}/ +MASTER_SITES= http://tiger.bioinf.cs.uni-potsdam.de/free/Graphics/ \ + http://cvsup.theplanet.com/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for high-performance 2D graphics |