diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-10-09 14:03:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-10-09 14:03:27 +0000 |
commit | f77368e19ebc02b136956f226bfcc2a24f4ef432 (patch) | |
tree | f7d0c8270afd61dbb4536de279bbd7de64e19918 | |
parent | - Update to 0.94.0 (diff) |
Deprecate and expire in 1 month; after osm2pgsql, this is no longer needed
Notes
Notes:
svn path=/head/; revision=451616
-rw-r--r-- | graphics/geos35/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/geos35/Makefile b/graphics/geos35/Makefile index 8e23c7ec5985..5cdbf45dbf6f 100644 --- a/graphics/geos35/Makefile +++ b/graphics/geos35/Makefile @@ -15,6 +15,9 @@ COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL" (legacy) LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= legacy version, no longer needed +EXPIRATION_DATE=2017-11-09 + CONFIGURE_ARGS= --program-suffix=35 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |