diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-07 23:04:13 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-07 23:04:13 +0000 |
commit | 77f988ba69568878da8503ee75c3c7d21580213a (patch) | |
tree | 921231a14da5c20ec413eeb3f5af363621a2f81a /graphics/libgeotiff/Makefile | |
parent | 218c7f6b48153ec0c9eae68f4cbf1ab5f6fa8d02 (diff) |
Notes
Diffstat (limited to 'graphics/libgeotiff/Makefile')
-rw-r--r-- | graphics/libgeotiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index 59ab8e0d0581..cf4cdc30d361 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -9,10 +9,10 @@ PORTNAME= libgeotiff PORTVERSION= 1.2.5 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/ \ - http://dl1.maptools.org/dl/geotiff/libgeotiff/ +MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/ \ + ftp://ftp.remotesensing.org/geotiff/libgeotiff/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@sunpoet.net COMMENT= Library for reading and writing GeoTIFF information tags LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ |