diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-01-22 10:58:45 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-01-22 10:58:45 +0000 |
commit | c8129f4923f23f6d53ea92ffb080b2740bd77eb3 (patch) | |
tree | 286be95fed4713009df4dc1c590ce75f61fb18d7 /databases | |
parent | cc39e1b08e8052fe85192a1165c9e68201e7bc7a (diff) | |
download | pkgsrc-c8129f4923f23f6d53ea92ffb080b2740bd77eb3.tar.gz |
Postgis no longer supports PostgreSQL < 9.2.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-postgis2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 9ca7011d3f6..600d19c63c5 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/01/18 13:04:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2017/01/22 10:58:45 fhajny Exp $ DISTNAME= postgis-2.3.1 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} @@ -28,7 +28,7 @@ CONFLICTS= postgis-[0-9]* # gmake complains about adding + to parent rule MAKE_JOBS_SAFE= no -PGSQL_VERSIONS_ACCEPTED= 96 95 94 93 92 91 +PGSQL_VERSIONS_ACCEPTED= 96 95 94 93 92 USE_GCC_RUNTIME= yes USE_LANGUAGES= c c++ c99 |