diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-22 13:33:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-22 13:33:44 +0000 |
commit | c5ef95cf146b9c4fbd9c2e374dc194f1f0e0beff (patch) | |
tree | 70174a1cecde73ab8eee0affee36f3b3c0b426d4 /graphics/libart | |
parent | - Update to 1.12 (diff) |
Fix MASTER_SITES
PR: 90804
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes
Notes:
svn path=/head/; revision=151840
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 c57f7becbf72..923c581f91f3 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 |