diff options
author | wen <wen@FreeBSD.org> | 2015-07-30 07:54:47 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-07-30 07:54:47 +0800 |
commit | 1d3ae7b14baf8b7a36f6ffad5987ab5b3514b940 (patch) | |
tree | b07bc9992a66d9649b9af7656ec75aed8369d55e /graphics | |
parent | d109da3ab671053290be21f7306fe155e1997add (diff) | |
download | freebsd-ports-gnome-1d3ae7b14baf8b7a36f6ffad5987ab5b3514b940.tar.gz freebsd-ports-gnome-1d3ae7b14baf8b7a36f6ffad5987ab5b3514b940.tar.zst freebsd-ports-gnome-1d3ae7b14baf8b7a36f6ffad5987ab5b3514b940.zip |
- Mark DEPRECATED because gdal-grass had been included now in graphics/gdal 2.0.0.
Submitted by: rhurlin@gwdg.de(via email)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal-grass/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index 5c3cd04a8376..48d2b1008f9b 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -17,6 +17,9 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ libgrass_gis.so:${PORTSDIR}/databases/grass RUN_DEPENDS= grass>=6:${PORTSDIR}/databases/grass +DEPRECATED= Superseded by gdal-2.0.0 +EXPIRATION_DATE=2015-10-30 + USES= gmake USE_GCC= yes # from databases/grass GNU_CONFIGURE= yes |