diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-07 02:29:55 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-07 02:29:55 +0800 |
commit | 918bac8854c5738061e6928f9f4733fba3f2eb5d (patch) | |
tree | 5392427ef5c756a1cd2092de2c87b9180c9a9c98 /graphics/tiff | |
parent | 67c09a3c76916556f64ca058481d839cad8490a3 (diff) | |
download | freebsd-ports-gnome-918bac8854c5738061e6928f9f4733fba3f2eb5d.tar.gz freebsd-ports-gnome-918bac8854c5738061e6928f9f4733fba3f2eb5d.tar.zst freebsd-ports-gnome-918bac8854c5738061e6928f9f4733fba3f2eb5d.zip |
- extend MASTER_SITES
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 4202aea3bc2c..8092294d4779 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -13,7 +13,7 @@ PORTREVISION= 2 DISTVERSION= 4.0.0beta7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ - http://dl1.maptools.org/dl/libtiff/ + http://download.osgeo.org/libtiff/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images |