summaryrefslogtreecommitdiffstats
path: root/src/geos.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-11-09 12:26:58 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-11-09 12:26:58 (GMT)
commitb14f207798776369b9e4591e2ed213d4d16ee417 (patch)
treecc58f5f78f6b41cb07eaf42c40628d70760db572 /src/geos.mk
parent05c6b904768728b1ef5194a1dc7b74bc55270cb6 (diff)
downloadmxe-b14f207798776369b9e4591e2ed213d4d16ee417.zip
mxe-b14f207798776369b9e4591e2ed213d4d16ee417.tar.gz
mxe-b14f207798776369b9e4591e2ed213d4d16ee417.tar.bz2
fixed download URLs of packages 'geos', 'libgeotiff', 'proj', 'tiff', 'w32api'
Diffstat (limited to 'src/geos.mk')
-rw-r--r--src/geos.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/geos.mk b/src/geos.mk
index 8fe0273..e1da79a 100644
--- a/src/geos.mk
+++ b/src/geos.mk
@@ -1,11 +1,11 @@
# GEOS
-# http://geos.refractions.net/
+# http://trac.osgeo.org/geos/
PKG := geos
$(PKG)_VERSION := 3.0.0
$(PKG)_SUBDIR := geos-$($(PKG)_VERSION)
$(PKG)_FILE := geos-$($(PKG)_VERSION).tar.bz2
-$(PKG)_URL := http://geos.refractions.net/downloads/$($(PKG)_FILE)
+$(PKG)_URL := http://download.osgeo.org/geos/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE