diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-19 18:07:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-19 18:07:14 +0800 |
commit | 7739ab3ddd2c1e45721b70001d07b29dc5e28be3 (patch) | |
tree | 039814b34945c2a1c66dea6e861972afac2b055e /databases | |
parent | 94fa55cb84c9fd0feca266d06f947e01b7dd24e8 (diff) | |
download | freebsd-ports-graphics-7739ab3ddd2c1e45721b70001d07b29dc5e28be3.tar.gz freebsd-ports-graphics-7739ab3ddd2c1e45721b70001d07b29dc5e28be3.tar.zst freebsd-ports-graphics-7739ab3ddd2c1e45721b70001d07b29dc5e28be3.zip |
- Bump PORTREVISION for graphics/gdal shlib change
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 360196daf6c..33c81826f65 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -7,7 +7,7 @@ PORTNAME= grass PORTVERSION= 6.4.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ @@ -26,7 +26,7 @@ COMMENT= An open source Geographical Information System (GIS) LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= gdal.16:${PORTSDIR}/graphics/gdal \ +LIB_DEPENDS= gdal.17:${PORTSDIR}/graphics/gdal \ jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ proj.7:${PORTSDIR}/graphics/proj \ |