diff options
author | wen <wen@FreeBSD.org> | 2011-10-20 11:12:54 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-10-20 11:12:54 +0800 |
commit | 5e0fae2e1d5339a98d2821020b8b4eae9b7744f7 (patch) | |
tree | 79d57b904812fb95fee291622481846d3eb38a79 /graphics | |
parent | bcbb4e71be92015eb86200e11578e4d888727933 (diff) | |
download | freebsd-ports-gnome-5e0fae2e1d5339a98d2821020b8b4eae9b7744f7.tar.gz freebsd-ports-gnome-5e0fae2e1d5339a98d2821020b8b4eae9b7744f7.tar.zst freebsd-ports-gnome-5e0fae2e1d5339a98d2821020b8b4eae9b7744f7.zip |
- Update MASTER_SITES
- Fix build after grass update
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal-grass/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index c71a42bb54f0..c058101ae12d 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -7,11 +7,9 @@ PORTNAME= gdal-grass PORTVERSION= 1.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics -MASTER_SITES= http://www.gdal.org/dl/ \ - ftp://ftp.remotesensing.org/gdal/ \ - http://gdal.maptools.org/dl/ +MASTER_SITES= http://download.osgeo.org/gdal/ MAINTAINER= wenheping@gmail.com COMMENT= GDAL drivers for GRASS raster and vector files @@ -20,7 +18,7 @@ LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal BUILD_DEPENDS= grass>6:${PORTSDIR}/databases/grass RUN_DEPENDS= grass>6:${PORTSDIR}/databases/grass -GRASS_INST_DIR= grass-6.4.0 +GRASS_INST_DIR= grass-6.4.1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes GNU_CONFIGURE= yes |